-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Can you add another property to provide a nonce
string configuration as per
https://developers.google.com/recaptcha/docs/faq#im-using-content-security-policy-csp-on-my-website.-how-can-i-configure-it-to-work-with-recaptcha
We are using CSP and right now the package is failing. Right now I am trying to get around it by manually inserting the script tag, but it would safe a lot of effort if I just could configure it directly.
<VueRecaptcha
class="captcha"
v-model="captchaToken"
:sitekey="sitekey"
:loadRecaptchaScript="true"
nonce="abc123"
@verify="validateCaptcha"
/>
henryfool91, zubalea, julien1619, ThibaultVlacich, alexkiro and 3 more
Metadata
Metadata
Assignees
Labels
No labels