Skip to content

Commit

Permalink
Fix typo in CSP img-src source
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Oct 8, 2023
1 parent 9f9e9a4 commit 472bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def ensure_csp(r: Response) -> Response:
(
"'self'",
"data:",
"https://*.tile.opentsreetmap.de",
"https://*.tile.openstreetmap.de",
),
)
csp.script_src = ensure_items(
Expand Down

0 comments on commit 472bc45

Please sign in to comment.