Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e749070 commit 2306d2cCopy full SHA for 2306d2c
site/site.go
@@ -346,7 +346,7 @@ func secureHeaders(next http.Handler) http.Handler {
346
return secure.New(secure.Options{
347
PermissionsPolicy: permissions,
348
349
- // Prevent the browser from sending Referer header with requests
+ // Prevent the browser from sending Referrer header with requests
350
ReferrerPolicy: "no-referrer",
351
}).Handler(cspHeaders(next))
352
}
0 commit comments