Skip to content

Commit

Permalink
Set-Cookie added
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Nov 27, 2021
1 parent 22c84f0 commit 2aa38ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ For performance, you can also activate Apache's compression module (mod_deflate)
AddOutputFilterByType DEFLATE application/json
</IfModule>
</IfModule>
Recommended security headers are (to be added to the ``apache2.conf`` file, requires ``headers`` module):

.. code-block:: text
Expand All @@ -227,3 +227,4 @@ Recommended security headers are (to be added to the ``apache2.conf`` file, requ
Header set Content-Security-Policy "frame-ancestors 'none'"
Header set Referrer-Policy "same-origin"
Header set Permissions-Policy "fullscreen=(self)"
Header onsuccess edit Set-Cookie ^(.+)$ "$1;HttpOnly;Secure;SameSite=Strict"

0 comments on commit 2aa38ca

Please sign in to comment.