GrapesJS / GrapesJS/components-custom-code
Script Tag is sanitized in the output
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 81
- Forks
- 47
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.