Skip to content

Commit

Permalink
feat: add missing csp headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayda-cp committed Oct 11, 2024
1 parent cdba4b6 commit 1f653ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def add_headers(response):
- Cross-Origin-Resource-Policy: allowing cross-origin requests to
access the resource
- X-Permitted-Cross-Domain-Policies: disallows cross-domain access to
resources
resources.
"""

def get_csp_as_str(csp={}):
Expand Down

0 comments on commit 1f653ed

Please sign in to comment.