Sfoglia il codice sorgente

remove unused config

Shun Miyazawa 3 anni fa
parent
commit
c523ea9b38
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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,