Skip to content

Commit 1c976f2

Browse files
Merge pull request rails#44514 from p8/guides/csp-small-typo
Fix small type in CSP guide [ci-skip]
2 parents be3be7f + d20ca97 commit 1c976f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ end
11621162
If you are considering 'unsafe-inline', consider using nonces instead. [Nonces
11631163
provide a substantial improvement](https://www.w3.org/TR/CSP3/#security-nonces)
11641164
over 'unsafe-inline' when implementing a Content Security Policy on top
1165-
existing code.
1165+
of existing code.
11661166

11671167
```ruby
11681168
# config/initializers/content_security_policy.rb

0 commit comments

Comments
 (0)