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

OpenBMC works fine in TenFourFox with CSP off #602

Closed
classilla opened this issue May 16, 2020 · 3 comments
Closed

OpenBMC works fine in TenFourFox with CSP off #602

classilla opened this issue May 16, 2020 · 3 comments

Comments

@classilla
Copy link
Owner

It seems to be the self issue.

@classilla
Copy link
Owner Author

security.csp.experimentalEnabled doesn't fix anything.

@classilla
Copy link
Owner Author

Content Security Policy: The page's settings blocked the loading of a resource at about:blank ("base-uri https://tim-bmc"). <unknown>
Content Security Policy: The page's settings blocked the loading of a resource at self ("default-src https://tim-bmc"). tim-bmc:1:0
Content Security Policy: The page's settings blocked the loading of a resource at self ("style-src https://tim-bmc"). tim-bmc:1:0
Content Security Policy: The page's settings blocked the loading of a resource at wss://tim-bmc/subscribe ("default-src https://tim-bmc"). <unknown>

@classilla
Copy link
Owner Author

There were two distinct issues: self was not being handled properly for inline resources, and wss:// needed to be special-cased. This works now.

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

No branches or pull requests

1 participant