Skip to content

Commit 152edd0

Browse files
Merge pull request #956 from dfinity/jessiemongeon1-patch-1
fix: link to security best practices regarding HTTP asset certification
2 parents 701dcc5 + f25779d commit 152edd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motoko/http_counter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ curl --compressed -X POST "$CANISTER_ID.localhost:4943/" --resolve "$CANISTER_ID
8181
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.
8282

8383
For example, the following aspect is particularly relevant for this app:
84-
* [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.
84+
* [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 commit comments

Comments
 (0)