I’m encountering problems with an extension I’m developing for Firefox 43. The extension installs but fails to work correctly, and I see multiple errors in the Browser Console:
- Cache Errors :
- “Search failed when adding add-ons to cache.”
- “No element found” related to the extension GUID.
- Content Security Policy (CSP) Warnings :
- Warnings about unknown CSP directives and invalid report URIs.
- Strict-Transport-Security Warning :
- “The site specified a header that could not be parsed successfully.”
These issues do not occur on Firefox 56, but Firefox 43 is required for compatibility with older systems. I have cleared the cache, updated the manifest, and tried both chrome
and browser
APIs, but the errors persist.
Could you provide any guidance on making this extension fully compatible with Firefox 42?
Thank you for your help.
Here is the my xpi file: https://drive.google.com/file/d/1GnzAJ_Fb-La655L6coydg2_pO6--r9mQ/view?usp=sharing