This commit is contained in:
Mo Bitar
2018-10-23 12:13:11 -05:00
parent b11b7b9076
commit b03101ed60
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "2.3.14",
"version": "2.3.15",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",

View File

@@ -268,7 +268,7 @@ function $SanitizeProvider() {
'radialGradient,rect,stop,svg,switch,text,title,tspan');
// Blocked Elements (will be stripped)
var blockedElements = toMap('script');
var blockedElements = toMap('script,style');
var validElements = extend({},
voidElements,