Shun Miyazawa 3 лет назад
Родитель
Сommit
1c61d7c683
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/pages/[[...path]].page.tsx

+ 0 - 1
packages/app/src/pages/[[...path]].page.tsx

@@ -571,7 +571,6 @@ function injectServerConfigurations(context: GetServerSidePropsContext, props: P
     blockdiagUri: process.env.BLOCKDIAG_URI ?? null,
 
     // XSS Options
-    // isEnabledXssPrevention: configManager.getConfig('markdown', 'markdown:xss:isEnabledPrevention'),
     attrWhiteList: crowi.xssService.getAttrWhiteList(),
     tagWhiteList: crowi.xssService.getTagWhiteList(),
     highlightJsStyleBorder: crowi.configManager.getConfig('crowi', 'customize:highlightJsStyleBorder'),