GrapesJS / GrapesJS/components-custom-code
Script Tag is sanitized in the output
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 81
- Forks
- 47
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.