You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/04/23 21:13:31 UTC

[GitHub] [trafficcontrol] ocket8888 commented on a change in pull request #5780: Opt out of Google FLoC

ocket8888 commented on a change in pull request #5780:
URL: https://github.com/apache/trafficcontrol/pull/5780#discussion_r619498661



##########
File path: lib/go-rfc/http.go
##########
@@ -36,6 +36,8 @@ const (
 	ContentDisposition = "Content-Disposition" // RFC6266
 	ContentEncoding    = "Content-Encoding"    // RFC7231§3.1.2.2
 	ContentType        = "Content-Type"        // RFC7231§3.1.1.5
+	PermissionsPolicy  = "Permissions-Policy"  // W3C "Permissions Policy"
+	Server             = "Server"              // RFC7231§7.4.2

Review comment:
       I was, but then I decided I should do it in a different PR. But I didn't want to look up the RFC number and section again, and it's not hurting anything so I left it in.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org