mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2025-04-07 07:03:33 +03:00
Add instagram to the list of special sites
This commit is contained in:
parent
43f194f01c
commit
e9a5633d6b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue