DethAriel / ng-recaptcha

Angular component for Google reCAPTCHA
https://dethariel.github.io/ng-recaptcha/
MIT License
463 stars 122 forks source link

Feature Request Support for WAF #307

Closed Rossco8 closed 8 months ago

Rossco8 commented 9 months ago

Feature Request

Is it currently possible to add the waf=session paramater? https://cloud.google.com/recaptcha-enterprise/docs/implement-waf-ca#session-token

If not, it would be great to have this feature. ie. Need the equivalent of

<script src="https://www.google.com/recaptcha/enterprise.js?render=SESSION_TOKEN_SITE_KEY&waf=session" async defer></script>
DethAriel commented 7 months ago

as of ng-recaptcha@13.2.0, you can use RECAPTCHA_LOADER_OPTIONS param to achieve the desired behavior