I would like to allow Facebook.com script only on Facebook.com but on no other internet page. I think it is similar to this:
However I don't know what rule I have to add since it is not exactly the same (as far as I can tell). Please let me know if this is possible and how it works. I'm not really into this stuff5.4
Q: I'm worried by the fact some sites require the akamai.net domain to be whitelisted. I'd prefer not to allow it everywhere, but only on some parent sites I trust. How can I do it?
A: You can use to this effect, by adding the following rule to your NoScript Options|Advanced|ABE USER ruleset:
Site .akamai.net
Accept INCLUSION from SELF++
Accept INCLUSION from .trusted-site1.com .trusted-site2.com trusted-site3.com
Deny
Notice the leading dot "." before domains, which is syntactic sugar for site.com *.site.com, i.e. a domain and its subdomains.
It should also be noted that, independently from this rule, external scripts are never loaded from pages which don't belong to a whitelisted site, hence no malicious website you didn't explicitly whitelisted could execute scripts from akamai.net anyway.
