Skip to content

Commit

Permalink
fix: remove Pinafore from FLOC (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Apr 17, 2021
1 parent 85a5874 commit 566cf6c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion bin/build-vercel-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const SCRIPT_CHECKSUMS = [inlineScriptChecksum]
.map(_ => `'sha256-${_}'`)
.join(' ')

const PERMISSIONS_POLICY = 'sync-xhr=(),document-domain=()'
const PERMISSIONS_POLICY = 'sync-xhr=(),document-domain=(),interest-cohort=()'

const HTML_HEADERS = {
'cache-control': 'public,max-age=3600',
Expand Down
Loading

0 comments on commit 566cf6c

Please sign in to comment.