Set polict to same-origin in example env

This commit is contained in:
snipe 2017-10-02 16:47:19 -07:00
parent ff38cdd09b
commit a65c2f305e

View file

@ -68,7 +68,7 @@ SECURE_COOKIES=false
# -------------------------------------------- # --------------------------------------------
# OPTIONAL: SECURITY HEADER SETTINGS # OPTIONAL: SECURITY HEADER SETTINGS
# -------------------------------------------- # --------------------------------------------
REFERRER_POLICY=strict-origin REFERRER_POLICY=same-origin
ENABLE_CSP=false ENABLE_CSP=false