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
Added a failing capabilities test
The text was updated successfully, but these errors were encountered:
My investigation:
docShell.bypassCSP
assets/csp.html
page.addScriptTag
This happens since we currently disable CSP checks when running evaluate:
evaluate
https://github.com/aslushnikov/juggler/blob/6bbb629c469c5c636efffe54cdd107f44dfb0092/js/src/debugger/Object.cpp#L2389-L2392
We might have a bug since the value might be cached:
https://github.com/aslushnikov/juggler/blob/6bbb629c469c5c636efffe54cdd107f44dfb0092/js/src/vm/GlobalObject.cpp#L834
Sorry, something went wrong.
aslushnikov
No branches or pull requests
Added a failing capabilities test
The text was updated successfully, but these errors were encountered: