mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-22 05:06:04 +03:00
Add instagram to the list of special sites
This commit is contained in:
parent
43f194f01c
commit
e9a5633d6b
@ -79,7 +79,8 @@ cp "$PACFILE" "$PACFILE_NOSSL"
|
||||
|
||||
echo "
|
||||
fbtw = ['twitter.com', 'twimg.com', 't.co',
|
||||
'facebook.com', 'fbcdn.net'];
|
||||
'facebook.com', 'fbcdn.net',
|
||||
'instagram.com', 'cdninstagram.com'];
|
||||
if (fbtw.indexOf(shost) !== -1) {
|
||||
return \"HTTPS ${PACFBTWHOST}; DIRECT\";
|
||||
}" >> "$PACFILE"
|
||||
|
Loading…
Reference in New Issue
Block a user