access2godzilla wrote:
ABP provide an equivalent of "Sandbox" of ABE due to limitations in ABP (but the limitation is practical since it's an ad blocker).
I was under the impression that ABP is able to completely block cross-site requests. That's as much as ABE would do.
The list is not optimised, with listing of all known malicious domains (with a large number of inactive ones) rather than a listing of URL patterns of exploit kits. (No use talking to the list maintainers about this.)
Maintaining the list is one of the problems with
any blacklist-based solution.
Even optimising the whole list into a regex is useless, because ABP gives priority to wildcards rather than support only regexes. (And processing a regex should be much faster, since FF does it natively by using regex.h or similar)
That would be one nasty regex...worse than
Giorgio's tracking-script regex.
I'm asking for an update mechanism only. The issue of trust is a seperate one. If an user installs an ABE that does the wrong things, they are at fault. All NS can do is show a warning about bad things happening if the wrong ruleset is installed.
It's not so simple as that. If someone writes their own ABE rules, and they get it wrong, then they are at fault, but if they subscribe to a list of rules maintained by a third party, and if that third party gets it wrong, then the third party is likely to bear some of the responsibility.
In comparison to browser extensions/software, though, the ABE cannot be used to facilitate something more malicious than what would have been possible without NS not being installed, so I don't see any support issues, nor any issues of "trust".
If someone relies on the subscription, rather than doing all the work themselves, then trust is happening.
Why should Giorgio have to take any responsibility for an ABE? If I'm the one maintaining the list, I'll take the responsibilty, and I'll be the central provider.
Yes, that would work, but since it would only affect a tiny percentage of NoScript users, it hasn't pushed this up the priority list. If you would really like to maintain a list for all NS users, feel free to talk to Giorgio about doing so.
Anyway, it would be quite nice to have the auto update. If you can ask Giorgio to consider the update mechanism (not the rulesets, I have never asked for a ruleset), I'll be grateful.
I hope this doesn't bother you, but my personal leaning is that ABE rules are never going to be so universally applicable that a subscription is the right model for them. I think the best that can be done is to provide a good interface, like the one in
RequestPolicy. If I ever get time, etc, available to keep working on that.