ericlaw1979 / moartls

The moarTLS Analyzer Browser Extension flags non-secure references in web pages.
https://textplain.wordpress.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/
MIT License
23 stars 5 forks source link

Activation shows errors in console #14

Open rugk opened 7 years ago

rugk commented 7 years ago

When I start Firefox in the console and activate this add-on some errors are shown:

1475670927789   addons.webextension.moarTLS@bayden.com  WARN    Loading extension 'moarTLS@bayden.com': Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page.
1475670927791   addons.webextension.moarTLS@bayden.com  WARN    Loading extension 'moarTLS@bayden.com': Reading manifest: Error processing author: An unexpected property was found in the WebExtension manifest.
1475670927791   addons.webextension.moarTLS@bayden.com  WARN    Loading extension 'moarTLS@bayden.com': Reading manifest: Error processing minimum_chrome_version: An unexpected property was found in the WebExtension manifest.
1475670927791   addons.webextension.moarTLS@bayden.com  WARN    Loading extension 'moarTLS@bayden.com': Reading manifest: Error processing minimum_edge_version: An unexpected property was found in the WebExtension manifest.
1475670927850   addons.webextension.moarTLS@bayden.com  WARN    Please specify whether you want browser_style or not in your browser_action options.

These errors are also shown on subsequent starts.

Firefox 49.0 Linux x64

ericlaw1979 commented 7 years ago

The manifest errors are all a result of the fact that the code is the same between Firefox and Chrome.