Skip to content

Commit 40d1b18

Browse files
authored
Mitigate CSP warnings (#282) (#283)
1 parent f79dfeb commit 40d1b18

File tree

4 files changed

+2
-65
lines changed

4 files changed

+2
-65
lines changed

SequenceAnalysis/resources/views/fastaHelper.html

Lines changed: 0 additions & 57 deletions
This file was deleted.

SequenceAnalysis/resources/views/fastaHelper.view.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

jbrowse/resources/external/minimalSession.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
},
6868
{
69-
"type": "DemoTrack",
69+
"type": "VariantTrack",
7070
"trackId": "clinvar_ncbi_hg38_2",
7171
"name": "ClinVar variants (NCBI)-2",
7272
"assemblyNames": ["hg38"],

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

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

115115
// These are all part of the JBrowse demo data:
116-
ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://jbrowse.org", "https://s3.amazonaws.com", "https://ftp.ncbi.nlm.nih.gov/pub/clinvar");
116+
ContentSecurityPolicyFilter.registerAllowedConnectionSource(this.getClass().getName(), "https://jbrowse.org", "https://s3.amazonaws.com", "https://ftp.ncbi.nlm.nih.gov");
117117
}
118118

119119
public static void registerPipelineSteps()

0 commit comments

Comments
 (0)