laravel-debugbar Not Showing Because Blocked by laravel-csp #95
Unanswered
sys-auditing
asked this question in
Q&A
Replies: 1 comment
-
I've managed to inject the nonce to debugbar using: if (config('debugbar.enabled')) {
Debugbar::getJavascriptRenderer()->setCspNonce(app('csp-nonce'));
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How to put nonce on
laravel-debugbar
inline script to avoid blocked by secure header ?Thank you
Beta Was this translation helpful? Give feedback.
All reactions