Skip to content

Commit 276cc7f

Browse files
authored
fix secure-dapp.md (#1907)
1 parent 2b5df6c commit 276cc7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wallet/how-to/secure-dapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ difficult for attackers to intercept or modify the data.
2222
To secure your dapp using HTTPS, obtain an SSL/TLS certificate from a trusted certificate authority (CA).
2323
For example, [Let's Encrypt](https://letsencrypt.org/) offers free SSL/TLS certificates.
2424

25-
Install the certificate it on your web server.
25+
Install the certificate on your web server.
2626
If you're using a static website hosting service, it might have a default way to enable HTTPS on
2727
your dapp.
2828

@@ -38,7 +38,7 @@ See the full list of CSP directives that you can enable for your dapp in the
3838

3939
### Use CSP with a server setup
4040

41-
If you dapp uses a server setup, enable CSP by setting the `Content-Security-Policy` header in all
41+
If your dapp uses a server setup, enable CSP by setting the `Content-Security-Policy` header in all
4242
responses from your server.
4343
For example, in Express.js, add the following middleware at the top of your server:
4444

@@ -63,7 +63,7 @@ and languages.
6363

6464
### Use CSP with a static site
6565

66-
If your dapp uses a third party hosting provider, and you can't set a custom
66+
If your dapp uses a third-party hosting provider, and you can't set a custom
6767
`Content-Security-Policy` header in the server responses, you can enable CSP by using the
6868
[`<meta>` HTML tag](https://content-security-policy.com/examples/meta/).
6969

0 commit comments

Comments
 (0)