Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert script tag only after user interaction #26

Open
giovannipessiva opened this issue Sep 25, 2021 · 0 comments
Open

Insert script tag only after user interaction #26

giovannipessiva opened this issue Sep 25, 2021 · 0 comments

Comments

@giovannipessiva
Copy link
Owner

The BugReporting component (visible in the home page) includes reCAPTCHA v3: /src/client/components/BugReporting.vue#L3-L4

It would be better to add the script tag only if its is needed, in order to reduce load times and avoid having the reCAPTCHA overlay shown in the page when it is not really used:
immagine

The script tag should be added to the page when the user types something in the text-area: /src/client/components/BugReporting.vue#L1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant