Skip to content

Commit

Permalink
chore: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json authored Dec 13, 2024
1 parent 7709341 commit c2a09e3
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[
{
"match": "**/*",
"match": "**/*",

// Provides a base set of security headers that will work for most dapps.
// Any headers you manually specify will override the headers provided by the policy.
// See 'dfx info security-policy' to see the policy and for advice on how to harden the headers.
// Once you improved the headers for your dapp, set the security policy to "hardened" to disable the warning.
// Options are: "hardened" | "standard" | "disabled".
"security_policy": "standard",

// Uncomment to disable the warning about using the
// standard security policy, if you understand the risk
// "disable_security_policy_warning": true,
// Provides a base set of security headers that will work for most dapps.
// Any headers you manually specify will override the headers provided by the policy.
// See 'dfx info security-policy' to see the policy and for advice on how to harden the headers.
// Once you improved the headers for your dapp, set the security policy to "hardened" to disable the warning.
// Options are: "hardened" | "standard" | "disabled".
"security_policy": "standard",
// Uncomment to disable the warning about using the
// standard security policy, if you understand the risk
// "disable_security_policy_warning": true,

// Uncomment to redirect all requests from .raw.icp0.io to .icp0.io
// "allow_raw_access": false
// Uncomment to redirect all requests from .raw.icp0.io to .icp0.io
// "allow_raw_access": false
},
]

0 comments on commit c2a09e3

Please sign in to comment.