12 references to XXSSProtection
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
275StringValues XXSSProtection { get => this[HeaderNames.XXSSProtection]; set => this[HeaderNames.XXSSProtection] = value; }
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
471HeaderNames.XXSSProtection,
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpHeaders.Generated.cs (9)
374HeaderNames.XXSSProtection, 2571if (!TryGetUnknown(HeaderNames.XXSSProtection, ref value)) 2580SetValueUnknown(HeaderNames.XXSSProtection, value); 10826if (!TryGetUnknown(HeaderNames.XXSSProtection, ref value)) 10835ValidateHeaderValueCharacters(HeaderNames.XXSSProtection, value, EncodingSelector); 10836SetValueUnknown(HeaderNames.XXSSProtection, value); 17153if (!TryGetUnknown(HeaderNames.XXSSProtection, ref value)) 17162ValidateHeaderValueCharacters(HeaderNames.XXSSProtection, value, EncodingSelector); 17163SetValueUnknown(HeaderNames.XXSSProtection, value);