9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] rc-httpd: opt-out of of Google's FLoC Network by default
@ 2021-04-16 13:19 Julien Blanchard
  2021-04-16 15:34 ` Silas McCroskey
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Blanchard @ 2021-04-16 13:19 UTC (permalink / raw)
  To: 9front

Hello,

Since this FLoC thing from Google 
(https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea) is 
opt-out only maybe it's nice if rc-httpd does it by default.

diff -r eafb71d27315 rc/bin/rc-httpd/rc-httpd
--- a/rc/bin/rc-httpd/rc-httpd    Wed Apr 14 20:30:24 2021 -0700
+++ b/rc/bin/rc-httpd/rc-httpd    Fri Apr 16 13:13:06 2021 +0000
@@ -3,7 +3,7 @@
  path=(/bin $rc_httpd_dir/handlers)
  cgi_path=/bin
  SERVER_PORT=80 # default for CGI scripts, may be overridden by the 
Host header
-extra_headers='Server: rc-httpd'
+extra_headers=('Server: rc-httpd', 'Permissions-Policy: 
interest-cohort=()')
  cr=

  fn do_log{


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-16 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 13:19 [9front] [patch] rc-httpd: opt-out of of Google's FLoC Network by default Julien Blanchard
2021-04-16 15:34 ` Silas McCroskey
2021-04-16 15:52   ` Silas McCroskey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).