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
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