Skip to content

Commit

Permalink
Link to CSP configuration docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam committed Feb 27, 2025
1 parent a72fba1 commit 17a6a1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/src/org/labkey/core/admin/addNewExternalSource.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@
%>
</p>
<p>
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")%>.
</p>
<p>
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()%>.
</p>
</div>
<%
Expand Down

0 comments on commit 17a6a1d

Please sign in to comment.