We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95035d commit 83c406dCopy full SHA for 83c406d
1 file changed
mGAP/src/org/labkey/mgap/mGAPModule.java
@@ -40,6 +40,7 @@
40
import org.labkey.api.util.PageFlowUtil;
41
import org.labkey.api.util.SystemMaintenance;
42
import org.labkey.api.writer.ContainerUser;
43
+import org.labkey.filters.ContentSecurityPolicyFilter;
44
import org.labkey.mgap.buttons.PopulateAnnotationsButton;
45
import org.labkey.mgap.buttons.ReleaseButton;
46
import org.labkey.mgap.jbrowse.mGAPFieldCustomizer;
@@ -107,6 +108,8 @@ public void doStartupAfterSpringConfig(ModuleContext moduleContext)
107
108
109
SystemMaintenance.addTask(new mGapMaintenanceTask());
110
111
+ ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://kit.fontawesome.com");
112
+
113
new PipelineStartup();
114
}
115
0 commit comments