From 46e22c703c67b11a5eb861c375355fe37402d395 Mon Sep 17 00:00:00 2001 From: Joachim Viide Date: Mon, 19 Apr 2021 03:13:09 +0300 Subject: [PATCH] Remove the meta tag to opt out of FLoC (the tag apparently doesn't work) Links to more discussion available here: https://github.com/WICG/floc/pull/47#issuecomment-788086591 --- docs/.vuepress/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 4ec86555..7af234bd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,14 +1,7 @@ module.exports = { host: process.env.HOST || "localhost", port: process.env.PORT || 8080, - title: "Badrap docs", - head: [ - [ - "meta", - { "http-equiv": "Permissions-Policy", content: "interest-cohort=()" }, - ], - ], locales: { "/": { lang: "en-US",