Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
set Permissions-Policy in origin-dapp-creator-issuer nginx.conf (#4553)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz authored Jun 29, 2021
1 parent 2cf2d03 commit c5ad992
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ http {
more_set_headers "Expect-CT: max-age=86400";
more_set_headers "Feature-Policy: microphone 'none'";
more_set_headers "Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval'; img-src https: data: blob:; frame-src https: 'unsafe-inline' 'unsafe-eval';";
more_set_headers "Permissions-Policy: interest-cohort=()";
}
}
}

0 comments on commit c5ad992

Please sign in to comment.