diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index aab4473..f4f6829 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -275,7 +275,7 @@ const contentObserver = { let loc = win.location; - if ( loc.protocol !== 'http:' && loc.protocol !== 'https:' ) { + if ( loc.protocol !== 'http:' && loc.protocol !== 'https:' && loc.protocol !== 'file:' ) { if ( loc.protocol === 'chrome:' && loc.host === hostName ) { this.initContentScripts(win); }