We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d21d5 commit b361369Copy full SHA for b361369
README.md
@@ -342,7 +342,7 @@ CSP support for automatic insertion exposes two namespaces that can be defined b
342
- String CoreExtensions::IntercomRails::AutoInclude.csp_nonce_hook(controller)
343
- nil CoreExtensions::IntercomRails::AutoInclude.csp_sha256_hook(controller, SHA-256 whitelist entry)
344
345
-For instance, a CSP nonce can be inserted using the [Twitter Secure Headers](https://github.com/twitter/secureheaders) gem with the following code:
+For instance, a CSP nonce can be inserted using the [Github Secure Headers](https://github.com/github/secure_headers) gem with the following code:
346
```ruby
347
module CoreExtensions
348
module IntercomRails
0 commit comments