Merge master
This commit is contained in:
commit
7680c2791b
168 changed files with 23929 additions and 1012 deletions
|
@ -280,8 +280,8 @@ async function generateCsp(
|
|||
"https://pietervdvn.goatcounter.com",
|
||||
].concat(...(await eliUrls()))
|
||||
|
||||
SpecialVisualizations.specialVisualizations.forEach(sv => {
|
||||
if(typeof sv.needsUrls === "function"){
|
||||
SpecialVisualizations.specialVisualizations.forEach((sv) => {
|
||||
if (typeof sv.needsUrls === "function") {
|
||||
return
|
||||
}
|
||||
apiUrls.push(...sv.needsUrls)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue