Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: Error loading main page on Firefox 64 #475

Closed
bitterbit opened this issue Jan 16, 2019 · 5 comments
Closed

Bug report: Error loading main page on Firefox 64 #475

bitterbit opened this issue Jan 16, 2019 · 5 comments

Comments

@bitterbit
Copy link

Summary

Error while loading main page on Firefox 64.

SecurityError: The operation is insecure.
Filename: https://gchq.github.io/CyberChef/main.js
Line: 115
Error: SecurityError: The operation is insecure.
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:64.0) Gecko/20100101 Firefox/64.0
CyberChef version: 8.22.0

Example

  1. open https://gchq.github.io/CyberChef/
  2. error
@n1474335
Copy link
Member

Could you open the developer console (F12), reload the page, and then copy over the exact error message that you get please?

Thanks

@n1474335 n1474335 added the bug label Jan 18, 2019
@bitterbit
Copy link
Author

screen shot 2019-01-20 at 11 15 26

@Kezxo
Copy link

Kezxo commented Jan 24, 2019

Same here:

SecurityError: The operation is insecure.
Filename: https://gchq.github.io/CyberChef/main.js
Line: 115
Error: SecurityError: The operation is insecure.
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
CyberChef version: 8.23.0

I'm using firefox 64.0.2.
It worked previously but it stopped working right after I deleted all the cookies and site data using firefox. (both checkboxes)
The specific url I visited was https://gchq.github.io/CyberChef/#recipe=Generic_Code_Beautify()

Copied these from the console:

SecurityError: The operation is insecure. main.js:115
	value https://gchq.github.io/CyberChef/main.js:115:7453
	value https://gchq.github.io/CyberChef/main.js:97:6502
	value https://gchq.github.io/CyberChef/main.js:97:3186
	value https://gchq.github.io/CyberChef/main.js:97:456
	e https://gchq.github.io/CyberChef/main.js:278:421

TypeError: document.getElementById(...) is null[Learn More] CyberChef:103:17
	loadingErrorHandler https://gchq.github.io/CyberChef/:103:17

TypeError: this.chefWorker is undefined[Learn More] main.js:103:2267
	value https://gchq.github.io/CyberChef/main.js:103:2267
	value https://gchq.github.io/CyberChef/main.js:97:1746
	value https://gchq.github.io/CyberChef/main.js:167:483
	value self-hosted:974:17

@Kezxo
Copy link

Kezxo commented Jan 25, 2019

Solved it by disabling Firefox extension Darkreader for the page and then reloading, looks like switching from Dynamic Theme generation to Static also solves it.
It seemed to work fine with the site before but I must have changed that theme generation setting globally which caused this on reload. I should have tested firefox safe mode first thing, sorry about that.

@mattnotmitt
Copy link
Collaborator

Ah right, this is the same as #450 then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants