Skip to content

Commit 46e22c7

Browse files
committed
Remove the meta tag to opt out of FLoC (the tag apparently doesn't work)
Links to more discussion available here: WICG/floc#47 (comment)
1 parent d8ebe64 commit 46e22c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/.vuepress/config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
module.exports = {
22
host: process.env.HOST || "localhost",
33
port: process.env.PORT || 8080,
4-
54
title: "Badrap docs",
6-
head: [
7-
[
8-
"meta",
9-
{ "http-equiv": "Permissions-Policy", content: "interest-cohort=()" },
10-
],
11-
],
125
locales: {
136
"/": {
147
lang: "en-US",

0 commit comments

Comments
 (0)