We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bfc1e commit ba858cfCopy full SHA for ba858cf
1 file changed
mGAP/src/org/labkey/mgap/mGAPModule.java
@@ -108,7 +108,7 @@ public void doStartupAfterSpringConfig(ModuleContext moduleContext)
108
109
SystemMaintenance.addTask(new mGapMaintenanceTask());
110
111
- ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://kit.fontawesome.com");
+ ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://*.fontawesome.com");
112
113
new PipelineStartup();
114
}
0 commit comments