[ad_1]
Hi, i want to make wordpress a bit more Secure. I do it ín the file .htaccess with the following code:
<IfModule mod_headers.c>
...
Header set Referrer-Policy: no-referrer
Header set Set-Cookie HttpOnly;Secure
</IfModule>but if i set these two statements, your plugin can no longer save the cookies in the browser.
