https://boilerplate-infosec-6.lesathish75.repl.co

Tell us what’s happening:
Describe your issue in detail here.

Your project link(s)

solution: https://replit.com/@lesathish75/boilerplate-infosec-6

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36.

Challenge: Mitigate the Risk of Cross Site Scripting (XSS) Attacks with helmet.xssFilter()

Link to the challenge:

Little more information about the struggle would be nice. I haven’t started this course yet, but everything is simple, really. You need to install the helmet in your app, put helmet.xssFilter() and that’s all.
Tip : app.use(helmet.xssFilter());
And don’t forget about const helmet = require("helmet");

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.