openzim / warc2zim

Command line tool to convert a file in the WARC format to a file in the ZIM format
https://pypi.org/project/warc2zim/
GNU General Public License v3.0
40 stars 5 forks source link

Drop integrity attribute in HTML `<script>` and `<link>` tags #299

Closed benoit74 closed 3 weeks ago

benoit74 commented 3 weeks ago

Fix #298

Since the JS and CSS scripts are rewritten, integrity checks are failing on purpose. Since we do not really need these integrity checks, we just drop the attribute when rewritting the HTML.

Edit: We do it for both Githubissues.

  • Githubissues is a development platform for aggregating issues.