Skip to content

Commit 6fc4ab3

Browse files
authored
Don't disable CSP enforcement for knitr tests (#2554)
1 parent d2939f9 commit 6fc4ab3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/org/labkey/test/tests/AbstractKnitrReportTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ protected void moduleReportDependencies()
245245
public void testEmbeddedReportNonce()
246246
{
247247
CspConfigHelper.debugCspWarnings();
248-
new CspConfigHelper(this).setEnforceCsp(false);
249248

250249
String name = "rhtml nonce check";
251250
Locator[] reportContains = {nonceCheckSuccessLoc};

0 commit comments

Comments
 (0)