Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 15, 2024
1 parent c65c3b5 commit 70e1505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omeroweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,8 @@ def check_session_engine(s):
"Remember to terminate lines with; when necessary."
),
],
# Content-Security-Protocol settings: https://django-csp.readthedocs.io/en/latest/configuration.html
# default-src 'none'; script-src 'self'; img-src 'self'; style-src 'self';base-uri 'self';form-action 'self'
# Content-Security-Protocol settings:
# see https://django-csp.readthedocs.io/en/latest/configuration.html
"omero.web.csp_default_src": [
"CSP_DEFAULT_SRC",
"[\"'self'\"]",
Expand Down

0 comments on commit 70e1505

Please sign in to comment.