3 implementations of XXSSProtection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2566StringValues IHeaderDictionary.XXSSProtection 10821StringValues IHeaderDictionary.XXSSProtection 17148StringValues IHeaderDictionary.XXSSProtection
2 writes to XXSSProtection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
HeaderCollectionBenchmark.cs (1)
198headers.XXSSProtection = "1; mode=block";
ResponseHeaderCollectionBenchmark.cs (1)
161headers.XXSSProtection = "1; mode=block";
1 reference to XXSSProtection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HeaderCollectionBenchmark.cs (1)
315value = headers.XXSSProtection;