RFE: Options to anonymize more requests
Posted: Thu Jul 04, 2013 3:02 am
NoScript anonymizes POST requests from untrusted sites to trusted ones. This is a great CSRF defence.
Would it be simple to implement the following, probably as preferences in about:config?
ABE can sort of do this, but it requires rules to be written per-site, whereas managing the regular whitelist and blacklist is much easier.
Would it be simple to implement the following, probably as preferences in about:config?
- Anonymize ALL requests from untrusted sites to trusted sites - in case sites do dumb things like allowing GET-based CSRF.
- Anonymize all requests sent to non-whitelisted sites - to hinder tracking services.
- Anonymize/block requests sent to sites specifically marked as Untrusted (which are usually trackers).
ABE can sort of do this, but it requires rules to be written per-site, whereas managing the regular whitelist and blacklist is much easier.