Updated intergrity hash for privatebin.js

This commit is contained in:
Alexander Demenshin 2016-11-12 18:32:39 +01:00 committed by GitHub
parent 2c8a780c74
commit 1c643191ce

View File

@ -52,7 +52,7 @@ if ($MARKDOWN):
<?php
endif;
?>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-ZOosRrArqk/OJLgVZWQMoPVUQaDL3HWzDozVaYB0GGo0HJ4KFrWyx8R3s4VQXaqa5fQrCT5bce1vko5+fRzarg==" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-6NNTkh7KDhbUmY/iAB4wRgWtLQTuJjrfOp8Lawa9MqZrtNqGcMbWPjhkQn33RwGfO3+gHSrE19a9UWgG0ecc4w==" crossorigin="anonymous"></script>
<!--[if lt IE 10]>
<style type="text/css">body {padding-left:60px;padding-right:60px;} #ienotice {display:block;} #oldienotice {display:block;}</style>
<![endif]-->