From 4677ea9b0dcf17f246971872d50b7f6624a84bf5 Mon Sep 17 00:00:00 2001 From: Matthew Barrington Date: Tue, 3 Nov 2020 14:10:44 +0000 Subject: [PATCH] Update Secure Headers link as Github own it now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3d8a7..810fa4c 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ CSP support for automatic insertion exposes two namespaces that can be defined b - String CoreExtensions::IntercomRails::AutoInclude.csp_nonce_hook(controller) - nil CoreExtensions::IntercomRails::AutoInclude.csp_sha256_hook(controller, SHA-256 whitelist entry) -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: ```ruby module CoreExtensions module IntercomRails