mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Cleans up csp and fixes +10289
This commit is contained in:
parent
7cde3f4cf3
commit
e43051343f
2
node_modules/connect-architect/connect.csp/csp.js
generated
vendored
2
node_modules/connect-architect/connect.csp/csp.js
generated
vendored
@ -68,7 +68,7 @@ function csp() {
|
||||
res.csp(key, directive[key]);
|
||||
}
|
||||
else {
|
||||
throw new TypeError("Invalud argument 'directive'");
|
||||
throw new TypeError("Invalid argument 'directive'");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user