Thrawn wrote:Which sites appear as blocked/allowed on your NoScript menu? Does sen.dolphin-browser.com (or just dolphin-browser.com) show up?
No, nothing shows up as blocked/allowed in the NoScript menu regarding Dolphin Connect, as it's something in the add-on, not in a website that's being blocked.
Thrawn wrote:Anything in the Error Console (Ctrl+Shift+J), especially Errors or Messages (not warnings)?
Played around a bit and came up with this, not sure if it'll help:
Started FireFox with NoScript enabled, and Dolphin Connect disabled. When I then enabled Dolphin Connect and logged in, Dolphin Connect will produce this error:
Code: Select all
Timestamp: 18. April 10:53:57
Error: dolphinconnect: An exception occurred.
Traceback (most recent call last):
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/timers.js", line 31, in notify
callback.apply(null, args);
File "resource://jid1-79nqafjhuybb3a-at-jetpack/dolphinconnect/lib/login/account.js", line 177, in check_login_result
login_init(true);
File "resource://jid1-79nqafjhuybb3a-at-jetpack/dolphinconnect/lib/login/account.js", line 385, in login_init
chrome.tabs.executeScript(null, {code: INJECT_CODE.LOGIN_SUCCESS, file: "cs_overlayer.js"});
File "resource://jid1-79nqafjhuybb3a-at-jetpack/dolphinconnect/lib/inject_cs.js", line 106, in executeScript
code:contentScript.code
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/tabs/tab-firefox.js", line 162, in attach
return Worker(options, this._contentWindow);
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/tabs/worker.js", line 11, in Worker
let worker = ContentWorker(options);
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/deprecated/traits.js", line 114, in Trait
return self.constructor.apply(self, arguments) || self._public;
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/content/worker.js", line 479, in Worker
this._contentWorker = WorkerSandbox(this);
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/deprecated/traits.js", line 114, in Trait
return self.constructor.apply(self, arguments) || self._public;
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/content/worker.js", line 258, in WorkerSandbox
this._importScripts(contentScriptFile);
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/content/worker.js", line 315, in _importScripts
load(this._sandbox, String(uri));
File "resource://jid1-79nqafjhuybb3a-at-jetpack/addon-sdk/lib/sdk/loader/sandbox.js", line 47, in load
return scriptLoader.loadSubScript(uri, sandbox, 'UTF-8');
File "resource://jid1-79nqafjhuybb3a-at-jetpack/dolphinconnect/data/src/cs_overlayer.js", line 59, in
var overlay = new DolphinShowInfo();
File "resource://jid1-79nqafjhuybb3a-at-jetpack/dolphinconnect/data/src/cs_overlayer.js", line 5, in DolphinShowInfo
this.create();
File "resource://jid1-79nqafjhuybb3a-at-jetpack/dolphinconnect/data/src/cs_overlayer.js", line 43, in DolphinShowInfo.prototype.create
document.body.appendChild(overlayFakeContainer);
TypeError: document.body is undefined
Note that this also happens when NoScript is disabled (and Dolphin Connect works), so it's probably not the issue.
Starting Firefox with both NoScript and Dolphin Connect enabled, NoScript will produce this error:
Code: Select all
Timestamp: 18. April 11:21:49
Error: PolicyState is not defined
Source File: jar:file:///C:/Users/user/AppData/Roaming/Mozilla/Firefox/Profiles/krg3qpo1.default/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js
Line: 1383
Thrawn wrote:Probably not an issue, with this being reported by several people, but which other addons (if any) are you running?
No, all other addons were disabled.