pub fn xss_filter(headers: impl AsMut<Headers>)
Expand description

Sets the X-XSS-Protection header to prevent reflected XSS attacks.

read more