Page 1 of 1

help me debug ABE script

Posted: Wed Jul 02, 2014 3:37 pm
by LambdaFox
Reading through here, I came up with this script to limit ajax.googleapis.com only to certain sites:

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
This works for superuser, but not stackoverflow. So I tried this:

Code: Select all

# ajax.googleapis.com
Site .ajax.googleapis.com
Accept from .superuser.com,  .stackoverflow.com .ajax.googleapis.com
Deny
This does not work for either.

I need help editing my syntax please. Thank you.

Re: help me debug ABE script

Posted: Wed Jul 02, 2014 4:29 pm
by access2godzilla

Code: Select all

Site .ajax.googleapis.com
Accept from .stackoverflow.com .superuser.com
Deny