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