Skip to content

Commit

Permalink
Merge pull request rails#44514 from p8/guides/csp-small-typo
Browse files Browse the repository at this point in the history
Fix small type in CSP guide [ci-skip]
  • Loading branch information
jonathanhefner committed Feb 21, 2022
2 parents be3be7f + d20ca97 commit 1c976f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ end
If you are considering 'unsafe-inline', consider using nonces instead. [Nonces
provide a substantial improvement](https://www.w3.org/TR/CSP3/#security-nonces)
over 'unsafe-inline' when implementing a Content Security Policy on top
existing code.
of existing code.

```ruby
# config/initializers/content_security_policy.rb
Expand Down

0 comments on commit 1c976f2

Please sign in to comment.