0.14.4
DFX
fix: added https://icp-api.io to the default Content-Security-Policy header
Existing projects will need to change this value in .ic-assets.json or .ic-assets.json5 to include https://icp-api.io
All projects will need to redeploy.
fix: access to raw assets is now enabled by default
The default value for allow_raw_access
is now true
. This means that by default, the frontend canister will no longer restrict the access of traffic to the <canister-id>.raw.icp0.io
domain, and will no longer automatically redirect all requests to the certified domain (<canister-id>.icp0.io
), unless configured explicitly.
Note that existing projects that specify "allow_raw_access": false
in .ic-assets.json5 will need to change or remove this value manually in order to allow raw access.
Dependencies
Updated candid to 0.9.0
Updated cdk-rs to 0.10.0
Frontend canister
- Module hash: d5c324fea6b0f8eaa9feede10b342b098f7cf64682e168e58fa2ca2bf028b96f
- #3327