Skip to content

This is a Firefox extension to easily manage FPP overrides using checkboxes and troubleshoot websites. You can search, enable and disable specific targets or all of them at once. You can use the troubleshooting mode to quickly find out which RFP target is causing the breakage.

License

Notifications You must be signed in to change notification settings

mozilla-extensions/fingerprinting-protection-debugger

Repository files navigation

Fingerprinting Protection Debugger

This is a Firefox extension to easily manage privacy.fingerprintingProtection.overrides using checkboxes. You can search, enable and disable specific targets or all of them at once. The extension is written with React. The experimental API is defined in public/api.mjs.

Test it locally

To test the extension locally, you have to be using a local build with c6d8284bd68b commit, or use Nightly 128.0a1 version and the versions after that. Checkout package.json for defined scripts. Ideally, you would run npm run watch-popup and npm run watch-ext during development/testing.

Disabled Targets

Currently, two targets are disabled:

  • IsAlwaysEnabledForPrecompute: This target is used internally. According to its definition, inluding it in overrides may result in undefined behaviour.
  • AllTargets: Including AllTargets breaks the UI logic. An active target is shown with a checked checkbox, but if we include AllTargets, active targets shown would be incorrect. Instead we have an Active All and Deactivate all butto to quickly enable/disable all the targets.

Targets with yellow background

The yellow background indicate that target is enabled by default. Without -<DefaultTargetName> in overrides, they are enabled by default.

About

This is a Firefox extension to easily manage FPP overrides using checkboxes and troubleshoot websites. You can search, enable and disable specific targets or all of them at once. You can use the troubleshooting mode to quickly find out which RFP target is causing the breakage.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published