April 2018
Intermediate to advanced
300 pages
7h 41m
English
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());