mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-11-27 01:36:43 -05:00
update DOMpurify library from 3.2.6 to 3.2.7
This commit is contained in:
parent
a67c4e6e23
commit
ed9bdc4272
7 changed files with 8 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
* ADDED: Added `shortenviashlink` endpoint with an `shlink` configuration section
|
* ADDED: Added `shortenviashlink` endpoint with an `shlink` configuration section
|
||||||
* ADDED: Password peek (#1254)
|
* ADDED: Password peek (#1254)
|
||||||
* CHANGED: CSP recommendation around bootstrap5 template resolved in Firefox 131 (#1613)
|
* CHANGED: CSP recommendation around bootstrap5 template resolved in Firefox 131 (#1613)
|
||||||
|
* CHANGED: Upgrading libraries to: DOMpurify 3.2.7
|
||||||
* FIXED: Allow pasting a password for decrypting a paste (#1620)
|
* FIXED: Allow pasting a password for decrypting a paste (#1620)
|
||||||
* FIXED: Allow copying the shortened link after using a URL shortener (#1624)
|
* FIXED: Allow copying the shortened link after using a URL shortener (#1624)
|
||||||
* FIXED: URL extraction fails when frame-ancestors is set in CSP (#1644)
|
* FIXED: URL extraction fails when frame-ancestors is set in CSP (#1644)
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ require('./prettify');
|
||||||
global.prettyPrint = window.PR.prettyPrint;
|
global.prettyPrint = window.PR.prettyPrint;
|
||||||
global.prettyPrintOne = window.PR.prettyPrintOne;
|
global.prettyPrintOne = window.PR.prettyPrintOne;
|
||||||
global.showdown = require('./showdown-2.1.0');
|
global.showdown = require('./showdown-2.1.0');
|
||||||
global.DOMPurify = require('./purify-3.2.6');
|
global.DOMPurify = require('./purify-3.2.7');
|
||||||
global.baseX = require('./base-x-5.0.1').baseX;
|
global.baseX = require('./base-x-5.0.1').baseX;
|
||||||
global.Legacy = require('./legacy').Legacy;
|
global.Legacy = require('./legacy').Legacy;
|
||||||
require('./privatebin');
|
require('./privatebin');
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
2
js/purify-3.2.7.js
Normal file
2
js/purify-3.2.7.js
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -121,8 +121,8 @@ class Configuration
|
||||||
'js/kjua-0.10.0.js' => 'sha512-BYj4xggowR7QD150VLSTRlzH62YPfhpIM+b/1EUEr7RQpdWAGKulxWnOvjFx1FUlba4m6ihpNYuQab51H6XlYg==',
|
'js/kjua-0.10.0.js' => 'sha512-BYj4xggowR7QD150VLSTRlzH62YPfhpIM+b/1EUEr7RQpdWAGKulxWnOvjFx1FUlba4m6ihpNYuQab51H6XlYg==',
|
||||||
'js/legacy.js' => 'sha512-rGXYUpIqbFoHAgBXZ0UlJBdNAIMOC9EQ67MG0X46D5uRB8LvwzgKirbSQRGdYfk8I2jsUcm+tvHXYboUnC6DUg==',
|
'js/legacy.js' => 'sha512-rGXYUpIqbFoHAgBXZ0UlJBdNAIMOC9EQ67MG0X46D5uRB8LvwzgKirbSQRGdYfk8I2jsUcm+tvHXYboUnC6DUg==',
|
||||||
'js/prettify.js' => 'sha512-puO0Ogy++IoA2Pb9IjSxV1n4+kQkKXYAEUtVzfZpQepyDPyXk8hokiYDS7ybMogYlyyEIwMLpZqVhCkARQWLMg==',
|
'js/prettify.js' => 'sha512-puO0Ogy++IoA2Pb9IjSxV1n4+kQkKXYAEUtVzfZpQepyDPyXk8hokiYDS7ybMogYlyyEIwMLpZqVhCkARQWLMg==',
|
||||||
'js/privatebin.js' => 'sha512-28TbF+KEbUv22X+tVm5a0ik1qQGtjqcKoSuXA+jFZqC9zyFF8Km+V2rSDqwgF0hf38WMVp5F2k0T6u/bKJLpSQ==',
|
'js/privatebin.js' => 'sha512-2F02E/UQoQyCNk0FvwaOLD9MvDhtuYqTtGKdqwsbDjY4O0jMZjn/EtiP2wvS0uxYojkxeUitF0HWb+RDFUwQXg==',
|
||||||
'js/purify-3.2.6.js' => 'sha512-zqwL4OoBLFx89QPewkz4Lz5CSA2ktU+f31fuECkF0iK3Id5qd3Zpq5dMby8KwHjIEpsUgOqwF58cnmcaNem0EA==',
|
'js/purify-3.2.7.js' => 'sha512-2H9wzIiPQCOsh7T3hK/WuqWIwSQ2oYq91doyrp1LcnXuPyxzehopypz16wiWqxmMjx2cVIqAWCoRp1gNZAsFEQ==',
|
||||||
'js/showdown-2.1.0.js' => 'sha512-WYXZgkTR0u/Y9SVIA4nTTOih0kXMEd8RRV6MLFdL6YU8ymhR528NLlYQt1nlJQbYz4EW+ZsS0fx1awhiQJme1Q==',
|
'js/showdown-2.1.0.js' => 'sha512-WYXZgkTR0u/Y9SVIA4nTTOih0kXMEd8RRV6MLFdL6YU8ymhR528NLlYQt1nlJQbYz4EW+ZsS0fx1awhiQJme1Q==',
|
||||||
'js/zlib-1.3.1-1.js' => 'sha512-5bU9IIP4PgBrOKLZvGWJD4kgfQrkTz8Z3Iqeu058mbQzW3mCumOU6M3UVbVZU9rrVoVwaW4cZK8U8h5xjF88eQ==',
|
'js/zlib-1.3.1-1.js' => 'sha512-5bU9IIP4PgBrOKLZvGWJD4kgfQrkTz8Z3Iqeu058mbQzW3mCumOU6M3UVbVZU9rrVoVwaW4cZK8U8h5xjF88eQ==',
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ if ($MARKDOWN) :
|
||||||
<?php
|
<?php
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<?php $this->_scriptTag('js/purify-3.2.6.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/purify-3.2.7.js', 'defer'); ?>
|
||||||
<?php $this->_scriptTag('js/legacy.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/legacy.js', 'defer'); ?>
|
||||||
<?php $this->_scriptTag('js/privatebin.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/privatebin.js', 'defer'); ?>
|
||||||
<!-- icon -->
|
<!-- icon -->
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ if ($MARKDOWN) :
|
||||||
<?php
|
<?php
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<?php $this->_scriptTag('js/purify-3.2.6.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/purify-3.2.7.js', 'defer'); ?>
|
||||||
<?php $this->_scriptTag('js/legacy.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/legacy.js', 'defer'); ?>
|
||||||
<?php $this->_scriptTag('js/privatebin.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/privatebin.js', 'defer'); ?>
|
||||||
<!-- icon -->
|
<!-- icon -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue