From 17a6a1d4302cb93dc33b0371f208bb3d4d37ef16 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 26 Feb 2025 16:44:26 -0800 Subject: [PATCH] Link to CSP configuration docs page --- core/src/org/labkey/core/admin/addNewExternalSource.jsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/src/org/labkey/core/admin/addNewExternalSource.jsp b/core/src/org/labkey/core/admin/addNewExternalSource.jsp index f0fd5e17706..e3b9e5a42c1 100644 --- a/core/src/org/labkey/core/admin/addNewExternalSource.jsp +++ b/core/src/org/labkey/core/admin/addNewExternalSource.jsp @@ -81,8 +81,11 @@ %>

- For more information on the security concern, please refer to the - <%=link("OWASP cheat sheet", "https://cheatsheetseries.owasp.org/cheatsheets/HTML5_Security_Cheat_Sheet.html#cross-origin-resource-sharing").clearClasses()%> + For information about configuring CSPs with LabKey, refer to our <%=helpLink("cspConfig", "Content Security Policy Configuration page")%>. +

+

+ For more information on the security concern, refer to the + <%=link("OWASP cheat sheet", "https://cheatsheetseries.owasp.org/cheatsheets/HTML5_Security_Cheat_Sheet.html#cross-origin-resource-sharing").target("_owasp").clearClasses()%>.

<%