Hey,
https://webbkoll.dataskydd.net/en/results?url=http%3A%2F%2Fdemo.preisbewertung.de%2F
I’ve installed the new newsmag at http://demo.preisbewertung.de
There are still external request i need to remove for gdpr compliance.
Where in the theme i can config to remove the third party requests?
Greets
Marc
-
This topic was modified 8 years by
Marxeo.
Hello Marxeo,
Please notice that our theme is fully GDPR compliance as you can see in our changelog from here -> https://www.screencast.com/t/L3DfwkDX1X
Thanks for your understanding!
https://webbkoll.dataskydd.net/en/results?url=http%3A%2F%2Fdemo.preisbewertung.de%2F <—every single one under third party requests =)
Hi
welcome to webdev.
If you mean these:
code.jquery.com (http://code.jquery.com/ui/1.11.4/themes/smoothness...)
pagead2.googlesyndication.com (http://pagead2.googlesyndication.com/pagead/js/ads...)
adservice.google.fr (https://adservice.google.fr/adsid/integrator.js?do...)
adservice.google.com (https://adservice.google.com/adsid/integrator.js?d...)
s.w.org (https://s.w.org/images/core/emoji/2.4/svg/1f641.sv...)
All Google ads have to load off Google’s server (obviously). To fix, turn off your ads, then test.
The emoji will load off the WordPress server if you are using emojis. You can disable that with a function. There is also a weird bug I’ve run into when pasting MS Word docs into the post editor, with some entities like (TM) getting converted to an emoji that ends up loading off the WordPress CDN — but nothing to do with the theme.
I also don’t think that version of jquery is loading from the theme but maybe a plugin of some kind, as normally any element like that would load locally from the site in the theme /js/ folder or whatever.
Generally you should test GDPR with plugins *off* (other than page editor), as the theme cannot control the GDPR policy of any third party plugin that works with another site (e.g,. Jetpack is not part of theme, as one example).
I don’t work here, just a webdev dinosaur since 1994/5.
TIP: turn off all the plugins that didn’t come with the theme, and anything not part of theme; then retest.
-
This reply was modified 8 years by
simchris.