pyllyukko / user.js

user.js -- Firefox configuration hardening
MIT License
2.75k stars 232 forks source link

This add-on requires a newer version of Firefox #463

Closed antmak closed 5 years ago

antmak commented 5 years ago

I have

This add-on requires a newer version of Firefox (at least version 65.0). You are using Firefox 60.0.

on sites like that https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/ when using 'relaxed' user.js. Although, I have firefox 66.0.5-1.fc29.x86_64

Could not found how to fix up it...

Atavic commented 5 years ago

You can get the xpi and load it locally, from the Version History on AMO, or get the unsigned xpi from: https://piro.sakura.ne.jp/xul/_treestyletab.html.en

Issue mostly due to privacy.resistFingerprinting set as true.

// NOTICE: RFP breaks some keyboard shortcuts used in certain websites, see #443

Related: https://github.com/amoghbl1/tor-browser/issues/24

antmak commented 5 years ago

Really thank you for this. I took one from Version History. Thanks for the info