Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Aug 26, 2024
1 parent 701dcc5 commit f25779d
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 f25779d

Please sign in to comment.