mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
13 lines
826 B
Plaintext
13 lines
826 B
Plaintext
* <fg=blue>Set</> the <comment>CODEIN_RECAPTCHA_ENTERPRISE_*</> variables in <comment>.env.local</>
|
|
|
|
* <fg=blue>Add</> <comment>two script tags</> to your layout — the bundle adds neither. Without them every
|
|
submission is refused as <comment>MISSING</>:
|
|
<comment>{{ asset('bundles/codeinrecaptchaenterprise/recaptcha-enterprise.js') }}</>, and Google's
|
|
<comment>enterprise.js</>, the latter only <comment>after the visitor has consented</>:
|
|
<comment>https://github.com/Codein-Labs/recaptcha-enterprise-bundle#adding-the-scripts-to-your-layout</>
|
|
|
|
* <fg=blue>Read</> <comment>Choosing the challenge</> before creating the site key: the score and checkbox
|
|
challenges need different key types
|
|
|
|
* Assessments are <comment>disabled in the test environment</>, where no browser can solve the challenge
|