Adding the X-Xss-Protection header

This header allows the browser to stop pages from loading when they detect Cross Site scripting attacks. We can add this middleware in the Configure method of the Startup class, as follows:

app.UseXXssProtection(options => options.EnabledWithBlockMode());
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.59.50