Merge pull request +10516 from c9/fix-security-policy-client

Cleans up content security policy
pull/223/head
DanaIv 2015-11-16 14:27:56 +01:00
commit 4ad44d1fe8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}