UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

13 lines (12 loc) 300 B
export interface SecurityConfiguration { csrfTokenName?: string; xssProtection?: boolean; frameOptions?: "DENY" | "SAMEORIGIN"; contentSecurityPolicy?: string; hsts?: boolean; rateLimit?: { windowMs: number; max: number; whitelist?: string[]; }; }