瀏覽代碼

Add HTTP header to explicitly opt out of FLoC by default (#16036)

Fixes #16034
Claire 3 年之前
父節點
當前提交
71f335c2fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/environments/production.rb

+ 1 - 0
config/environments/production.rb

@@ -116,6 +116,7 @@ Rails.application.configure do
     'X-Frame-Options'        => 'DENY',
     'X-Content-Type-Options' => 'nosniff',
     'X-XSS-Protection'       => '1; mode=block',
+    'Permissions-Policy'     => 'interest-cohort=()',
   }
 
   config.x.otp_secret = ENV.fetch('OTP_SECRET')