@@ -22,7 +22,7 @@ difficult for attackers to intercept or modify the data.
22
22
To secure your dapp using HTTPS, obtain an SSL/TLS certificate from a trusted certificate authority (CA).
23
23
For example, [ Let's Encrypt] ( https://letsencrypt.org/ ) offers free SSL/TLS certificates.
24
24
25
- Install the certificate it on your web server.
25
+ Install the certificate on your web server.
26
26
If you're using a static website hosting service, it might have a default way to enable HTTPS on
27
27
your dapp.
28
28
@@ -38,7 +38,7 @@ See the full list of CSP directives that you can enable for your dapp in the
38
38
39
39
### Use CSP with a server setup
40
40
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
42
42
responses from your server.
43
43
For example, in Express.js, add the following middleware at the top of your server:
44
44
@@ -63,7 +63,7 @@ and languages.
63
63
64
64
### Use CSP with a static site
65
65
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
67
67
` Content-Security-Policy ` header in the server responses, you can enable CSP by using the
68
68
[ ` <meta> ` HTML tag] ( https://content-security-policy.com/examples/meta/ ) .
69
69
0 commit comments