How to avoid directly pass the recaptcha v3 site key into script tag of index.html

65 Views Asked by At

Implemented recaptcha v3 into blazor webassembly by placing recaptcha script tags in index.html page. but when i view source code from browser the site html page visible to everyone which contains site key in script tage. may i know how to overcome this.

Implemented recaptcha v3 into blazor webassembly by placing recaptcha script tags in index.html page. but when i view source code from browser the site html page visible to everyone which contains site key in script tage.i don't want to display my site to end user. thanks

0

There are 0 best solutions below