mirror of
https://github.com/golang/go.git
synced 2026-02-07 03:15:05 +03:00
net/textproto: add Referer to commonHeader
Change-Id: Id4c95138788d90779aa7b9a54e58f9e4cb271163
GitHub-Last-Rev: ee43b95269
GitHub-Pull-Request: golang/go#65985
Reviewed-on: https://go-review.googlesource.com/c/go/+/567539
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
This commit is contained in:
@@ -831,6 +831,7 @@ func initCommonHeader() {
|
||||
"Mime-Version",
|
||||
"Pragma",
|
||||
"Received",
|
||||
"Referer",
|
||||
"Return-Path",
|
||||
"Server",
|
||||
"Set-Cookie",
|
||||
|
||||
Reference in New Issue
Block a user