EFForg / privacybadger

Privacy Badger is a browser extension that automatically learns to block invisible trackers.
https://privacybadger.org
Other
3.19k stars 386 forks source link

Switch to the "<all_urls>" permission in the manifest #2927

Closed ghostwords closed 11 months ago

ghostwords commented 11 months ago

This updates the manifest to use "<all_urls>" instead of wildcard http(s).

This should be a no-op for now, as this updates all "<all_urls>" listeners to use wildcard http(s) instead.

To be followed by updating appropriate listeners to also process wildcard ws(s) requests, or perhaps to use "<all_urls>" instead. We may also want to add WebSockets request tests. This will resolve PR #2415 and issue #1010.