Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #968513

    Even if I use the opt in procedure for google maps, and dissalow loading google fonts. Google fonts are still loaded!

    <script type=’text/javascript’>if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){
    (function() {
    var f = document.createElement(‘link’);

    f.type = ‘text/css’;
    f.rel = ‘stylesheet’;
    f.href = ‘//fonts.googleapis.com/css?family=Open+Sans:400,600’;
    f.id = ‘avia-google-webfont’;

    document.getElementsByTagName(‘head’)[0].appendChild(f);
    })();
    }</script>

    How can i remove this?

    best regards

    • This topic was modified 6 years, 5 months ago by Chris_85.
    #970465

    Hey Chris_85,

    Can you disable caching and minification for now?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    This is coming from some plugin.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.