Replies: 3 comments 1 reply
-
I did the same. Would be nice if adding nonce is a configurable option, or add an option to publish the view. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using the spatie/laravel-csp package, you can also add this to the render function of your Handler.php. Might not be ideal, but seems to work:
if you add that just before the return, it should all work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a proper solution for this yet or should we still write our own workaround? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to publish to view
errorPage.php
, so I can add some nonce's to the script tags to allow inline execution. Is it possible to do this? Right now I enable CSP headers locally so I can thoroughly test the policies, but this causes the ignition error pages to white screen.Beta Was this translation helpful? Give feedback.
All reactions