We recently has a security consultant take a look at our application built using vaadin. We are still on version 6
.
Following are the advices given to implement
- "X-Frame-Options" in the header.
- Content-Security-Policy:script-src'self
- X-Content-Type-Options:nosniff
- X-FrameOptions:SAMEORIGIN
- Configure web server to include response header-X-XSS-Protection:1;mode=block
My question is, considering vaadin pays attention to security, how does vaadin cope with this situation?
on oficial documentation of vaadin for 6 version there is no information available. Also found this solution , but not sure, it will work or not. Also on vaadin forum there is no solution thread availble for this.