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
We've worked around this for now in a pretty safe way; so resolving this is not urgent, but I want to have a bug on file to reference.
As described in https://bugzilla.mozilla.org/show_bug.cgi?id=1727803; about:sync triggers a Debug Assertion because it lacks a sufficiently tight CSP.
It also loads Javascript via a data: url; and it would be ideal if it could somehow load it via a chrome:// or resource:// URI.
Blocks https://bugzilla.mozilla.org/show_bug.cgi?id=1728122
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've worked around this for now in a pretty safe way; so resolving this is not urgent, but I want to have a bug on file to reference.
As described in https://bugzilla.mozilla.org/show_bug.cgi?id=1727803; about:sync triggers a Debug Assertion because it lacks a sufficiently tight CSP.
It also loads Javascript via a data: url; and it would be ideal if it could somehow load it via a chrome:// or resource:// URI.
Blocks https://bugzilla.mozilla.org/show_bug.cgi?id=1728122
The text was updated successfully, but these errors were encountered: