Browse Source

Remove extra newline

pull/1909/head
Gabe Kangas 3 years ago
parent
commit
dcac6783dd
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 1
      router/middleware/headers.go

1
router/middleware/headers.go

@ -9,7 +9,6 @@ import ( @@ -9,7 +9,6 @@ import (
// SetHeaders will set our global headers for web resources.
func SetHeaders(w http.ResponseWriter) {
// When running automated browser tests we must allow `unsafe-eval` in our CSP
// so we can explicitly add it only when needed.
inTest := os.Getenv("BROWSER_TEST") == "true"

Loading…
Cancel
Save