Skip to content

Commit d2e72c2

Browse files
committed
Update CSP policy exceptions
1 parent 4f53235 commit d2e72c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/org/labkey/jbrowse/JBrowseModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void doStartupAfterSpringConfig(ModuleContext moduleContext)
114114
JBrowseService.get().registerGroupsProvider(new JBrowseLuceneSearch.TestJBrowseGroupProvider());
115115

116116
// These are all part of the JBrowse demo data:
117-
ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://jbrowse.org", "https://s3.amazonaws.com", "https://ftp.ncbi.nlm.nih.gov");
117+
ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://jbrowse.org", "https://s3.amazonaws.com", "https://ftp.ncbi.nlm.nih.gov", "https://www.gstatic.com");
118118

119119
ContextListener.addShutdownListener(new JBrowseLuceneSearch.ShutdownHandler());
120120
}

0 commit comments

Comments
 (0)