Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2306d2c

Browse files
authored
chore: Fix misspelled "referrer" in site.go (coder#3507)
1 parente749070 commit2306d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/site.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ func secureHeaders(next http.Handler) http.Handler {
346346
returnsecure.New(secure.Options{
347347
PermissionsPolicy:permissions,
348348

349-
// Prevent the browser from sendingReferer header with requests
349+
// Prevent the browser from sendingReferrer header with requests
350350
ReferrerPolicy:"no-referrer",
351351
}).Handler(cspHeaders(next))
352352
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp