فهرست منبع

allow button tag

Yuki Takei 1 سال پیش
والد
کامیت
18640d5b5e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/app/src/services/renderer/recommended-whitelist.ts

+ 1 - 0
apps/app/src/services/renderer/recommended-whitelist.ts

@@ -11,6 +11,7 @@ type Attributes = typeof defaultSchema.attributes;
 export const tagNames: Array<string> = [
   ...defaultSchema.tagNames ?? [],
   '-', 'bdi',
+  'button',
   'col', 'colgroup',
   'data',
   'iframe',