This document discusses HTTP security headers that can be implemented by web servers to enhance browser security. It introduces headers like HSTS, X-Frame-Options, Expect-CT, Content-Security-Policy, XSS-Protection and X-Content-Type-Options. It explains what each header does, potential attacks it prevents, and sample implementations. Code snippets are provided for common web servers like Apache, Nginx and IIS. The document aims to help web developers understand and apply these headers to make user experience more secure.