• Resolved ouryhamdalaye

    (@ouryhamdalaye)


    Hi

    I’d like to remove version information on the source code and i’d like to understand how to remove it from this line:

    <script data-service="google-recaptcha" data-category="marketing" type="text/plain" data-cmplz-src='//www.google.com/recaptcha/api.js?hl=fr-FR&ver=7.0.0' id='recaptcha-js'></script>

    Thanks you very much

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @ouryhamdalaye,

    My initial guess would be that this version parameter (?ver=…) is added by a caching or optimization tool on your site.

    After you update a script/stylesheet; you want the browser to fetch the new version rather than using an outdated/cached version. By changing the version parameter in the URL, the browser fetches the new version.

    You could verify which plugin might add that version parameter, by temporarily deactivating plugins (one at a time), and checking whether the version identifier disappears as a result of disabling a specific plugin.

    Kind regards, Jarno

Viewing 1 replies (of 1 total)

The topic ‘Hide gogole recaptcha version information from source code’ is closed to new replies.