1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

disabled custom css by default

This commit is contained in:
Nguyễn Việt Hưng
2018-05-29 11:52:00 +07:00
parent ea768f982e
commit fc88a49acc

View File

@@ -59,8 +59,8 @@ export const DEFAULT_CONFIG = {
scrollPastEnd: false,
smartQuotes: true,
breaks: true,
allowCustomCSS: true,
customCSS: 'h1 { color: red }',
allowCustomCSS: false,
customCSS: '',
sanitize: 'STRICT' // 'STRICT', 'ALLOW_STYLES', 'NONE'
},
blog: {