We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firefox Content Security Policy gives this error:
SecurityError: The operation is insecure.
It gives reference to this line: https://github.com/Fugiman/deckmaster/blob/da99f7ceae6e8a7bb54eefba4f8b2704e4c0a32e/overlay/src/store.js#L32
which is
globalHide: JSON.parse(localStorage.getItem(globalHideKey)) || false,
The text was updated successfully, but these errors were encountered:
I wondered why I couldn't get this working in Firefox 62 in a stream I was watching.
Sorry, something went wrong.
FYI, I got it working in Firefox 63 by allowing all 3rd-party cookies. Not sure if that security warning still applies now.
No branches or pull requests
Firefox Content Security Policy gives this error:
SecurityError: The operation is insecure.
It gives reference to this line:
https://github.com/Fugiman/deckmaster/blob/da99f7ceae6e8a7bb54eefba4f8b2704e4c0a32e/overlay/src/store.js#L32
which is
The text was updated successfully, but these errors were encountered: