Whitelist a site on anther site's domain?

Ask for help about NoScript, no registration needed to post
awesomepikachu

Re: Whitelist a site on anther site's domain?

Post by awesomepikachu »

Giorgio Maone wrote:
awesomepikachu wrote: So if I am on beeminder.com, then I want to allow the script ajax.googleapis.com to run. But I NEVER want jQuery (ajax.googleapis.com script) to run otherwise on any other website.

Site .beeminder.com
Accept INCLUSION from SELF++
Accept INCLUSION from .ajax.googleapis.com
Deny
Nope, you got it reversed.

You must specify what ABE must do with requsests towards ajax.googleapis.com, depending if they're initiate from .beeminder.com or not, so

Code: Select all

Site .ajax.googleapis.com
Accept INCLUSION from .beeminder.com
Deny
awesomepikachu wrote: with ajax.googleapis.com whitelisted.
This part is correct.
Hi Giorgio, thanks for replying.

I have managed to get what I want, I'll just explain in full what my mistake was so that others may benefit.

Having done a switcharoo with the syntax as you suggested I did not have it working. The jQuery code from ajax.google continued to work on beeminder.com as if the ABE rules had not been specified.

Then I noticed this checkbox: Image

Amazingly, this was not noticed!

It is the dumbass things that catch you out sometimes :D
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0
Post Reply