podafSleepSafe
Sleep safe knowing you're guarded against CSRF, XSS, and other web attacks
Mixins
| Guard | Guard against malicious attacks by inspecting HTTP requests. | 
Classes
| ContentTypeGuard | Guards against dodgy Content-Type sniffing by setting a  | 
| CspGuard | Guards against Cross Site Scripting (XSS) by setting an  | 
| CsrfTokenGuard | Guards against CSRF attacks by enforcing an customisable Encrypted Token Pattern strategy. | 
| FrameOptionsGuard | Guards against clickjacking by setting an  | 
| ReferrerPolicyGuard | Guards against internal URL leakage by setting a  | 
| SameOriginGuard | Guards against CSRF attacks by checking that the  | 
| SessionHijackGuard | Guards against Session hijacking by caching browser user-agent parameters and checking them on each request. | 
| SleepSafeMiddleware | BedSheet middleware that invokes the Guards. | 
| StrictTransportGuard | Guards against protocol downgrade attacks and Cookie hijacking by setting a  | 
| XssProtectionGuard | Guards against Cross Site Scripting (XSS) by setting an  |