You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was integration with spatie/laravel-csp or some means for me to insert a nonce to the inline script for recaptcha. The markup in https://github.com/lukeraymonddowning/honey/blob/main/src/Views/Recaptcha.php#L22 is pretty hard-coded. If the view were moved out of inline blade markup into an actual blade.view, then I'd have some more flexibility.
The text was updated successfully, but these errors were encountered:
It would be nice if there was integration with
spatie/laravel-csp
or some means for me to insert a nonce to the inline script for recaptcha. The markup in https://github.com/lukeraymonddowning/honey/blob/main/src/Views/Recaptcha.php#L22 is pretty hard-coded. If the view were moved out of inline blade markup into an actual blade.view, then I'd have some more flexibility.The text was updated successfully, but these errors were encountered: