Skip to content

Commit b519cfc

Browse files
committed
Update commented PR reference
1 parent fc09a99 commit b519cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/http/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
224224
}
225225

226226
// Bypass cross-origin protection: this server uses bearer tokens (not
227-
// cookies), so Sec-Fetch-Site CSRF checks are unnecessary. See PR #XXXX.
227+
// cookies), so Sec-Fetch-Site CSRF checks are unnecessary. See PR #2359.
228228
crossOriginProtection := http.NewCrossOriginProtection()
229229
crossOriginProtection.AddInsecureBypassPattern("/")
230230

0 commit comments

Comments
 (0)