Hello All, We are experience some troubles editing collection and community templates in Chrome web browser , this is error displayed.
<https://lh3.googleusercontent.com/-MbPnYAvHDAs/WULkEKshC1I/AAAAAAAAML0/zcEFmVrdoZge8bjPlC9sQEHd_MZb9eN4QCLcBGAs/s1600/error_dspace.png> This issue is happening because Response Headers set X-XSS-Protection enable by default in Tomcat 8. We made a filter in tomcat web.xml settings: <filter> <filter-name>HeaderSecurityFilter</filter-name> <filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class> <async-supported>true</async-supported> <init-param> <param-name>xssProtectionEnabled</param-name> <param-value>false</param-value> </init-param> </filter> <filter-mapping> <filter-name>HeaderSecurityFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> But issue still occurring, do you have any advice to solve this issue? Pd. For the moment we are editing info in Mozilla Firefox web Browser. Thanks in advance, Best Regards, Cristhian Rey - Universidad del Rosario Bogotá, Colombia. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
