Prevent browser plugins from manipulating HTML

my question is: Is there a way to get browser plugins to manipulate HTML, or at least the HTML of a particular div?

Background Information:

I built CMS with AngularJS. When saving the site in CMS, the application searches for HTML code in a specific div (#content) and sends it to the server.

I have problems with browser plugins that control HTML. When a user edits his site and has, for example, the Grammarly-plugin installed, Grammarly adds some code to the HTML, which is then sent to my server and stored in the database.

When I look at the customer site, the Grammarly code appears.

Hope you can help me, thanks in advance!

+4
source share

All Articles