mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-25 14:46: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 "
|
echo "
|
||||||
fbtw = ['twitter.com', 'twimg.com', 't.co',
|
fbtw = ['twitter.com', 'twimg.com', 't.co',
|
||||||
'facebook.com', 'fbcdn.net'];
|
'facebook.com', 'fbcdn.net',
|
||||||
|
'instagram.com', 'cdninstagram.com'];
|
||||||
if (fbtw.indexOf(shost) !== -1) {
|
if (fbtw.indexOf(shost) !== -1) {
|
||||||
return \"HTTPS ${PACFBTWHOST}; DIRECT\";
|
return \"HTTPS ${PACFBTWHOST}; DIRECT\";
|
||||||
}" >> "$PACFILE"
|
}" >> "$PACFILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user