From 193ca910f836f0435b42225a1f27b41e29a5cf78 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 8 Feb 2022 23:06:04 -0800 Subject: [PATCH] Remove Permissions-Policy header, FLOC has now been abandoned --- server/services/web.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/services/web.ts b/server/services/web.ts index 78257bf17..ffea8af41 100644 --- a/server/services/web.ts +++ b/server/services/web.ts @@ -100,10 +100,6 @@ export default function init(app: Koa = new Koa()): Koa { // Sets common security headers by default, such as no-sniff, hsts, hide powered // by etc, these are applied after auth and api so they are only returned on // standard non-XHR accessed routes - app.use(async (ctx, next) => { - ctx.set("Permissions-Policy", "interest-cohort=()"); - await next(); - }); app.use( contentSecurityPolicy({ directives: {