Cute Editor 6.0 Test Download all examples
   Properties| Events| Methods| JavaScript API| Ajax| Three-state buttons| Forums| Order
Getting Started
Properties

EnableStripLinkTagsCodeInjection

Specifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which contain malicious, client-side executable code from the html to prevent link tag injection attack.


The property is set to false in this example. Try type the following code in the code view.


<link rel="stylesheet" href="example.css" type="text/css" />