diff --git a/browser/main/lib/ConfigManager.js b/browser/main/lib/ConfigManager.js index e23ba5fc..908b243e 100644 --- a/browser/main/lib/ConfigManager.js +++ b/browser/main/lib/ConfigManager.js @@ -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: {