• Resolved baumkuchen

    (@baumkuchen)


    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.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Secure Headers in .htaccess’ is closed to new replies.