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
[vulnerability][demo] no-hook-authorization parameter is missing in sub documents
no-hook-authorization
demo/sub-document|sub-sub-document|empty-document.html
<script no-hook>/* unauthorized no hook inline script */</script>
<script src="unauthorized-no-hook-script.js?no-hook=true"></script>
The text was updated successfully, but these errors were encountered:
7f734a2
0.0.235 with Vulnerability Fix #245 Block unauthorized no hook script…
92802c5
…s in sub documents
No branches or pull requests
[vulnerability][demo]
no-hook-authorization
parameter is missing in sub documentsRoot Cause
no-hook-authorization
search parameter is missing indemo/sub-document|sub-sub-document|empty-document.html
Vulnarability
<script no-hook>/* unauthorized no hook inline script */</script>
is executed without authorization<script src="unauthorized-no-hook-script.js?no-hook=true"></script>
is executed without authorizationThe text was updated successfully, but these errors were encountered: