ok i have overridden the xss.allow settings in the portal-ext.properties file in the \webapps\ROOT\WEB-INF\classes folder and it now looks like
##
## XSS (Cross Site Scripting)
##
#
# Set the following to false to ensure that all persisted data is stripped
# of XSS hacks.
#
xss.allow=false
#
# You can override the "xss.allow" setting for a specific class by setting
# the property "xss.allow" plus the class name.
#
xss.allow.com.liferay.portal.model.Portlet=false
xss.allow.com.liferay.portal.model.PortletPreferences=false
#
# You can override the "xss.allow" setting for a specific field in a class
# by setting the property "xss.allow" plus the class and field name.
#
xss.allow.com.liferay.portlet.journal.model.JournalArticle.content=false
xss.allow.com.liferay.portlet.journal.model.JournalStructure.xsd=false
xss.allow.com.liferay.portlet.journal.model.JournalTemplate.xsl=false
eventhough xss is still possible. any suggestions why it doesn't work?de
Please sign in to flag this as inappropriate.