Add instagram to the list of special sites

This commit is contained in:
ValdikSS 2022-03-14 11:31:45 +03:00
parent 43f194f01c
commit e9a5633d6b

View File

@ -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"