Home > other >  Disable External Content loaded from Wordpress Plugins
Disable External Content loaded from Wordpress Plugins

Time:01-21

The Websites of my clients use Wordpress Plugins, that load external Content like Google Fonts, which Violates the GDPR (General Data Protection Regulation). I am trying to find a way to comply with the GDPR.

I tried disabling or uninstalling the plugins, whcih only worked for a few Cases. Most often doing this broke the website.

Adding a local Copy of the external content, only works for Plugins where I can change the reference to the content.

So there are still plugins that are in violation with the GDPR and I have no effective way to deal with them.

CodePudding user response:

There is a plugin that can search for all google fonts and install them locally: https://wordpress.org/plugins/local-google-fonts/

  • Related