Skip to content

Commit

Permalink
Merge pull request #1578 from jchorl/jchorl/csp
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Nov 7, 2021
2 parents 730ac16 + da62ffe commit 11bb1f6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CSP.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# If you are hosting MultiQC reports >= v1.8 on a web application with CSP
# (Content Security Policy), you will need the following scripts whitelisted:
# (Content Security Policy), you will need the following scripts allowlisted:

script-src 'self'
# v1.12
'sha256-TUYHIjQsABv4n1G4GdIAz0ZljvuXPEvQ9T20Sok7TvE=' # multiqc.js
'sha256-teMLGfDW72TRam2f0Fnj53uchjf3tQR9N0xo+hR2PXU=' # multiqc_tables.js
'sha256-AEcY37NW7iIjmlzDOPZvuAorKHxXZxsECPnuSP52fB8=' # multiqc_plotting.js
'sha256-iPIReyQyAoheerXqjtulr8WN7lPMWacMVU4awy5CTJg=' # multiqc_mpl.js
'sha256-KGgqQTL/PWbF29mNXwFnepbDYBEnTKdMtejlNhEiXfs=' # multiqc_toolbox.js
'sha256-RO0nmf6TEJtrp+R4JF8N4UrF+A2Hfkb8BKxyS7nM5go=' # multiqc_rseqc.js
'sha256-kH3IklvmfvBiZprdCgEZqGuZjhiGEF5V3tHncoRciQI=' # multiqc_fastqc.js

# v1.9
'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='

Expand Down

0 comments on commit 11bb1f6

Please sign in to comment.