Chore: fix bug by formatting

This commit is contained in:
Pieter Vander Vennet 2024-06-14 01:27:34 +02:00
parent 05ef268deb
commit ad2aaa059f

View file

@ -1,11 +1,11 @@
hosted.mapcomplete.org { hosted.mapcomplete.org {
file_server file_server {
root * public/ root * public/
index index.html
header { header {
+Permissions-Policy "interest-cohort=()" +Permissions-Policy "interest-cohort=()"
+Report-To `\{"group":"csp-endpoint", "max_age": 86400,"endpoints": [\{"url": "https://report.mapcomplete.org/csp" +Report-To `\{"group":"csp-endpoint", "max_age": 86400,"endpoints": [\{"url": "https://report.mapcomplete.org/csp"}], "include_subdomains": true}`
} ], "include_subdomains": true }
} }
` `
@ -13,12 +13,13 @@ hosted.mapcomplete.org {
} }
countrycoder.mapcomplete.org { countrycoder.mapcomplete.org {
file_server file_server {
root * tiles/ root * tiles/
header { header {
+Permissions-Policy "interest-cohort=()" +Permissions-Policy "interest-cohort=()"
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org +Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
} }
}
} }
report.mapcomplete.org { report.mapcomplete.org {