IP in Source-Code and Frontend-Caches
-
Hi there again …
we noticed that that plugin writes a Javascript Variable
gdpr_compliant_recaptcha_ipin the Head containing the IP-Address of the User. That’s usually fine and understandable. Buuut … it leads to some problems within our setup.a) We use a Varnish as a Reverse-Frontend-Cache and the Plugin seems to work fine so far. But I don’t understand why, as every user gets the HTML of the visitor, who visited a given URL for the first time Varnish gets this URL. I’m surprised what that works, as there’s the wrong IP in den Head.
b) Of course we don’t want to disclose the IP addresses of other user via the Varnish.
c) We did notice that in the first place because the Javascript-Code of the Plugin is also on pages, where a comment form is includede, buuut … I didn’t configure the plugin to protect comment-forms. And as far as I can tell from reading the code, it actually adds the code behind
add_script_to_header()in thestampClass to every single page. Is that correct? And if so … is there any way the plugin allows me to deactivate that on certain pages/urls?Thanks again for any help in advance!
Benjamin
The topic ‘IP in Source-Code and Frontend-Caches’ is closed to new replies.