From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_06_12 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27242 invoked from network); 16 Apr 2021 23:22:34 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 16 Apr 2021 23:22:34 -0000 Received: from mail.typed-hole.org ([199.247.9.36]) by 1ess; Fri Apr 16 09:19:39 -0400 2021 Received: from [192.168.0.11] (87-231-19-8.rev.numericable.fr [87.231.19.8]) by mail.typed-hole.org (OpenSMTPD) with ESMTPSA id 3ef76b10 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <9front@9front.org>; Fri, 16 Apr 2021 13:19:33 +0000 (UTC) To: 9front@9front.org From: Julien Blanchard Message-ID: <92305a64-8eef-f466-23e5-92a1eab7f42d@typed-hole.org> Date: Fri, 16 Apr 2021 15:19:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: table high-performance scripting base content-driven generator Subject: [9front] [patch] rc-httpd: opt-out of of Google's FLoC Network by default Reply-To: 9front@9front.org Precedence: bulk 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{