mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

there is xss in iframe component #50

Closed joukhar closed 1 year ago

joukhar commented 1 year ago

please tell me how to remove iframe component if u can .

ghost commented 1 year ago

You can create a custom plugin (as Explained here) and in your plugin remove the iframe using this statement editor.BlockManager.remove('iframe');