Skip to content

Commit

Permalink
Merge pull request #956 from dfinity/jessiemongeon1-patch-1
Browse files Browse the repository at this point in the history
fix: link to security best practices regarding HTTP asset certification
  • Loading branch information
jessiemongeon1 authored Aug 27, 2024
2 parents 701dcc5 + f25779d commit 152edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motoko/http_counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ curl --compressed -X POST "$CANISTER_ID.localhost:4943/" --resolve "$CANISTER_ID
If you base your application on this example, we recommend you familiarize yourself with and adhere to the [security best practices](https://internetcomputer.org/docs/current/references/security/) for developing on the Internet Computer. This example may not implement all the best practices.

For example, the following aspect is particularly relevant for this app:
* [Use HTTP asset certification and avoid serving your dApp through raw.ic0.app](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/overview), in case the HTTP responses should come with authenticity guarantees.
* [Use HTTP asset certification and avoid serving your dApp through raw.ic0.app](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/data-integrity-and-authenticity#use-http-asset-certification-and-avoid-serving-your-dapp-through-rawicp0io), in case the HTTP responses should come with authenticity guarantees.

0 comments on commit 152edd0

Please sign in to comment.