Hi,
After scanning for Web vulnerability, we found that our Notes application was subject to be hacked by XSS attack. So we upgraded our Domino server to 9.0.1 FP10 and added
those Notes.ini parameters : HttpOnly=1
HTTPAdditionalRespHeader=X-Frame-Options:SAMEORIGIN
But even with this, the web base application can be fooled by this simple code in a formulary field : <script>alert('bonjour')</script>
Do i miss something ?
Guy.