To: 9front@9front.org From: Julien Blanchard Date: Fri, 16 Apr 2021 15:19:33 +0200 Subject: [9front] [patch] rc-httpd: opt-out of of Google's FLoC Network by default Reply-To: 9front@9front.org 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{