Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix(readme): typos
Browse files Browse the repository at this point in the history
Co-Authored-By: Jimmy King <jimmy.king@aexp.com>
  • Loading branch information
JAdshead and 10xLaCroixDrinker committed Mar 31, 2020
1 parent e4232fa commit 1a70b5a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/api/server/Environment-Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ ONE_CLIENT_REPORTING_URL=undefined
* ✅ Production
* ✅ Development

URL where browser should send client side errors to. Defaults to `/_/report/security/csp-violation` if `NODE_ENV` is set to
URL where browser should send [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) errors to. Defaults to `/_/report/security/csp-violation` if `NODE_ENV` is set to
`development` and is undefined otherwise.

**Shape**
Expand All @@ -451,10 +451,9 @@ ONE_CLIENT_CSP_REPORTING_URL=https://my-app-csp-violations.example.com/client
**Default Value**
```bash
# if NODE_ENV=development
ONE_CLIENT_REPORTING_URL=/_/report/security/csp-violation
ONE_CLIENT_CSP_REPORTING_URL=/_/report/security/csp-violation
# else
ONE_CLIENT_REPORTING_URL=undefined
```
ONE_CLIENT_CSP_REPORTING_URL=undefined


## `ONE_CLIENT_ROOT_MODULE_NAME`
Expand Down Expand Up @@ -573,4 +572,4 @@ ONE_MAP_POLLING_MIN=0
[`HTTPS_PUBLIC_CERT_CHAIN_PATH`]: #https_public_cert_chain_path
[`HTTPS_TRUSTED_CA_PATH`]: #https_trusted_ca_path
[`HTTPS_PRIVATE_KEY_PASS_FILE_PATH`]: #https_private_key_pass_file_path
[`HTTPS_PORT`]: #https_port
[`HTTPS_PORT`]: #https_port

0 comments on commit 1a70b5a

Please sign in to comment.