Updated integrity hash

This commit is contained in:
Alexander Demenshin 2016-11-11 18:53:35 +01:00 committed by GitHub
parent c916f33a83
commit e8248020dd

View File

@ -52,7 +52,7 @@ if ($MARKDOWN):
<?php
endif;
?>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-h/cw2lgocVvgjmYWShhbnz5nSzyUv4rVY1JgN7vmkZq8VJX9KVXPoC7oYX+YGFk+0FYw+c/uofVW9yyU5TJv+w==" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-ZOosRrArqk/OJLgVZWQMoPVUQaDL3HWzDozVaYB0GGo0HJ4KFrWyx8R3s4VQXaqa5fQrCT5bce1vko5+fRzarg==" 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]-->