From e6b8910f034e51d8edd241a37e3ca9001de7db12 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 29 Jun 2022 12:12:55 -0400
Subject: [PATCH] Add link to external CSP documentation

---
 docs/source/usage.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/source/usage.rst b/docs/source/usage.rst
index 712a67b..3e53cbb 100644
--- a/docs/source/usage.rst
+++ b/docs/source/usage.rst
@@ -155,8 +155,9 @@ However, the use of this tag comes with a lot of caveats.
     Bootstrap and jQuery. These lines are loaded in as part of the processing
     that the dump tag does. As a result, these loads are done immediately
     before rendering out the dumped data and thus may occur in the middle of
-    the HTML document. Due to this, it is possible that CSP rules could prevent
-    the required JS & CSS from properly loading.
+    the HTML document. Due to this, it is possible that
+    `CSP rules <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`_ could
+    prevent the required JS & CSS from properly loading.
 
 In order to use the template tag from a template you must load the template
 tags via a load tag before you can use the dump tag.
-- 
GitLab