switch to single quotes

pull/2414/head
Isaac Connor 2019-01-16 14:04:24 -05:00
parent b1cc0c2b82
commit 1f3da476b8
1 changed files with 6 additions and 6 deletions

View File

@ -37,12 +37,12 @@ function noCacheHeaders() {
function CSPHeaders($view, $nonce) {
switch ($view) {
case "bandwidth":
case "function":
case "log":
case "logout":
case "options":
case "version": {
case 'bandwidth':
case 'function':
case 'log':
case 'logout':
case 'options':
case 'version': {
// Enforce script-src on pages where inline scripts and event handlers have been fixed.
// 'unsafe-inline' is only for backwards compatibility with browsers which
// only support CSP 1 (with no nonce-* support).