@@ -22,7 +22,7 @@ difficult for attackers to intercept or modify the data.
2222To secure your dapp using HTTPS, obtain an SSL/TLS certificate from a trusted certificate authority (CA).
2323For 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.
2626If you're using a static website hosting service, it might have a default way to enable HTTPS on
2727your 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
4242responses from your server.
4343For 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