mirror of https://github.com/CIRCL/lookyloo
chg: Do not force HTTPs, it causes weird redirecting in a loop
parent
92daaaaa43
commit
f3bbe56187
|
@ -74,6 +74,7 @@ app.debug = bool(os.environ.get('DEBUG', False))
|
|||
|
||||
SELF = "'self'"
|
||||
Talisman(app,
|
||||
force_https=False,
|
||||
content_security_policy_nonce_in=['script-src', 'script-src-elem'],
|
||||
content_security_policy={
|
||||
'default-src': SELF,
|
||||
|
|
Loading…
Reference in New Issue