Skip to content

Commit

Permalink
Spelling fix in docs (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayden-leuciuc authored Jul 7, 2022
1 parent 2f2f7b2 commit b6c3e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ For some addons compliance with a strict CSP requires a custom configuration. Th

### Ember Auto Import

[Ember Auto Import](https://github.com/ef4/ember-auto-import#ember-auto-import) uses the `eval` function by default in development builds. This violates the default CSP policy. It's recommended to set Ember Auto Import's `forbidEval` option to `true` if using Content Security Policy. You should _not_ add `'unsafe-eval'` to `script-src` directive as this disalbes main security provided by CSP.
[Ember Auto Import](https://github.com/ef4/ember-auto-import#ember-auto-import) uses the `eval` function by default in development builds. This violates the default CSP policy. It's recommended to set Ember Auto Import's `forbidEval` option to `true` if using Content Security Policy. You should _not_ add `'unsafe-eval'` to `script-src` directive as this disables main security provided by CSP.

### Embroider

Expand Down

0 comments on commit b6c3e09

Please sign in to comment.