2.3.15
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "2.3.14",
|
"version": "2.3.15",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ function $SanitizeProvider() {
|
|||||||
'radialGradient,rect,stop,svg,switch,text,title,tspan');
|
'radialGradient,rect,stop,svg,switch,text,title,tspan');
|
||||||
|
|
||||||
// Blocked Elements (will be stripped)
|
// Blocked Elements (will be stripped)
|
||||||
var blockedElements = toMap('script');
|
var blockedElements = toMap('script,style');
|
||||||
|
|
||||||
var validElements = extend({},
|
var validElements = extend({},
|
||||||
voidElements,
|
voidElements,
|
||||||
|
|||||||
Reference in New Issue
Block a user