Cross site scripting protection

To use the cross site scripting security feature, you need to define the ProhibitedAttrsErrorView, ProhibitedCharacterErrorView, and ProhibCharEncodingErrorView views for your store.

ProhibitedAttrsErrorView
This view is shown to the user when the request is not processed because it contained prohibited attributes.
ProhibitedCharacterErrorView
This view is shown to the user when the request is not processed because it contained prohibited characters
ProhibCharEncodingErrorView
This is the same as ProhibitedCharacterErrorView.

Feedback