Skip to content

Commit ba858cf

Browse files
committed
Update registerAllowedConnectionSource URLs
1 parent e5bfc1e commit ba858cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mGAP/src/org/labkey/mgap/mGAPModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void doStartupAfterSpringConfig(ModuleContext moduleContext)
108108

109109
SystemMaintenance.addTask(new mGapMaintenanceTask());
110110

111-
ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://kit.fontawesome.com");
111+
ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://*.fontawesome.com");
112112

113113
new PipelineStartup();
114114
}

0 commit comments

Comments
 (0)