help me debug ABE script
Posted: Wed Jul 02, 2014 3:37 pm
Reading through here, I came up with this script to limit ajax.googleapis.com only to certain sites:
This works for superuser, but not stackoverflow. So I tried this:
This does not work for either.
I need help editing my syntax please. Thank you.
Code: Select all
# ajax.googleapis.com
Site .ajax.googleapis.com
Accept from .superuser.com .ajax.googleapis.com
Accept from .stackoverflow.com .ajax.googleapis.com
Deny
Code: Select all
# ajax.googleapis.com
Site .ajax.googleapis.com
Accept from .superuser.com, .stackoverflow.com .ajax.googleapis.com
Deny
I need help editing my syntax please. Thank you.