Ver Fonte

remove unused config

Shun Miyazawa há 3 anos atrás
pai
commit
c523ea9b38
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      packages/app/src/server/models/config.ts

+ 0 - 2
packages/app/src/server/models/config.ts

@@ -151,8 +151,6 @@ export const defaultCrowiConfigs: { [key: string]: any } = {
 };
 
 export const defaultMarkdownConfigs: { [key: string]: any } = {
-  'markdown:xss:isEnabledPrevention': true,
-  'markdown:xss:option': 2,
   'markdown:xss:tagWhiteList': [],
   'markdown:xss:attrWhiteList': [],
   'markdown:rehypeSanitize:isEnabledPrevention': true,