www

my website
git clone https://tilde.team/~marisa/repo/www.git
Log | Files | Refs | README

commit c41e92c55847cb3449fdc13bf934a0845b77c337
parent 17e4cd7b58cf9fff40ea3a364f6f55c82640232e
Author: mokou <mokou@fastmail.com>
Date:   Wed, 21 Apr 2021 11:15:45 +0200

Opt out of the floc thing

Diffstat:
A.editorconfig | 8++++++++
Mvercel.json | 21+++++++++++++++------
2 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +charset = utf-8 +indent_size = 2 diff --git a/vercel.json b/vercel.json @@ -1,7 +1,16 @@ - { - "build": { - "env": { - "ZOLA_VERSION": "0.12.0" - } - } +{ + "build": { + "env": { + "ZOLA_VERSION": "0.12.0" + } + }, + "headers": { + "source": "/(.*)", + "headers": [ + { + "key": "Permissions-Policy", + "value": "interest-cohort=()" + } + ] } +}