File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ private function addCsp($response): void {
140140 $ csp = new ContentSecurityPolicy ();
141141 // map tiles
142142 $ csp ->addAllowedImageDomain ('https://*.tile.openstreetmap.org ' );
143+ $ csp ->addAllowedImageDomain ('https://tile.openstreetmap.org ' );
143144 $ csp ->addAllowedImageDomain ('https://server.arcgisonline.com ' );
144145 $ csp ->addAllowedImageDomain ('https://*.cartocdn.com ' );
145146 $ csp ->addAllowedImageDomain ('https://*.opentopomap.org ' );
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ private function addCsp($response): void {
207207 $ csp = new \OCP \AppFramework \Http \ContentSecurityPolicy ();
208208 // map tiles
209209 $ csp ->addAllowedImageDomain ('https://*.tile.openstreetmap.org ' );
210+ $ csp ->addAllowedImageDomain ('https://tile.openstreetmap.org ' );
210211 $ csp ->addAllowedImageDomain ('https://server.arcgisonline.com ' );
211212 $ csp ->addAllowedImageDomain ('https://*.cartocdn.com ' );
212213 $ csp ->addAllowedImageDomain ('https://*.opentopomap.org ' );
You can’t perform that action at this time.
0 commit comments