einaregilsson / Redirector

Browser extension (Firefox, Chrome, Opera, Edge) to redirect urls based on regex patterns, like a client side mod_rewrite.
http://einaregilsson.com/redirector/
MIT License
1.53k stars 158 forks source link

[fr] Support for Firefox policies.json #334

Open dohn-joh opened 1 year ago

dohn-joh commented 1 year ago

It would be great to have support for deploying Redirector settings in Firefox using policies.json - https://github.com/mozilla/policy-templates/blob/master/README.md#3rdparty https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/

I believe this would be a useful feature. Redirector already has the ability to export redirects. Being able to add these exported redirects to a policies.json and deploy it to many computers would be extremely helpful.

Gitoffthelawn commented 1 year ago

I agree that this will be useful to support, and could save people quite a bit of time/energy.

If you, or someone else, would like to write the code to implement it, I can get it integrated and released.