Yes, I do agree. I've been thinking for a while about "permission clusters" for certain sites, e.g. Youtube where you need to enable both youtube.com and ytimg.com or Facebook (facebook.com and fbcdn.net).al_9x wrote:I think a better subscription approach may be a kind of database of how to optimally configure sites. Then when you visit a site and indicate through the UI that you want it to "work," the database is consulted as to what to whitelist and blacklist to achieve what the maintainer considers optimal security/privacy/functionality balance. This would require site specific permission policy. Giorgio, what do you think?
@iDrugoy:
just enter the URLs in noscript.subscription.trustedURL and noscript.subscription.untrustedURL (the ultimate preference names) and the lastCheck timestamp will be reset.
At this point you just need to restart the browser and you'll get the subscriptions loaded.
Another way to force subscription loading is entering the following in Tools|Error Console:
Code: Select all
var ns = Components.classes["@maone.net/noscript-service;1"].getService().wrappedJSObject; ns.setPref("subscriptions.lastCheck", 0); ns.checkSubscriptions();