configure sanitize

This commit is contained in:
Peter Savchenko 2017-04-25 03:47:30 +03:00
parent 50ef10ff51
commit dc1d780c89
4 changed files with 5 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -36,12 +36,7 @@ module.exports = (function (sanitizer) {
href: true,
target: '_blank',
rel: 'nofollow'
},
i: {},
b: {},
strong: {},
em: {},
span: {}
}
}
}
};

View file

@ -1,6 +1,6 @@
{
"name": "codex.editor",
"version": "1.6.5",
"version": "1.6.6",
"description": "Codex Editor. Native JS, based on API and Open Source",
"main": "index.js",
"scripts": {