forked from MapComplete/MapComplete
Drop goatcounter
This commit is contained in:
parent
673cf95119
commit
5851fecffd
12 changed files with 5 additions and 36 deletions
|
@ -439,7 +439,6 @@ class GenerateLayouts extends Script {
|
|||
"style-src": "'self' 'unsafe-inline'", // unsafe-inline is needed to change the default background pin colours
|
||||
"script-src": [
|
||||
"'self'",
|
||||
"https://gc.zgo.at/count.js",
|
||||
...(options?.scriptSrcs?.map((s) => "'" + s + "'") ?? []),
|
||||
].join(" "),
|
||||
"connect-src": "'self' " + connectSrc.join(" "),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue