GrapesJS / GrapesJS/components-custom-code
Script Tag is sanitized in the output
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 81
- Fork
- 47
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hello,
When using the following custom code
```html
alert('hi')
```
The result would sanitize the script tag as following
```html
<script>alert('hi')</script>
```
Am I missing anything?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.