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
This may be a regression coming from the base php debugbar package.
To replicate, add 'self' and a nonce to style-src in your Content-Security-Policy. Then add the nonce to debugbar:
style-src
if (app()->bound('debugbar')) { $debugbar = app(LaravelDebugbar::class); $renderer = $debugbar->getJavascriptRenderer(); $renderer->setCspNonce(app('csp-nonce')); }
You should see an error related to style-src upon loading any page with debugbar present.
This issue is not present in 3.12.2.
The text was updated successfully, but these errors were encountered:
Feel free to make a PR with the fix 👍
Sorry, something went wrong.
No branches or pull requests
This may be a regression coming from the base php debugbar package.
To replicate, add 'self' and a nonce to
style-src
in your Content-Security-Policy. Then add the nonce to debugbar:You should see an error related to
style-src
upon loading any page with debugbar present.This issue is not present in 3.12.2.
The text was updated successfully, but these errors were encountered: