Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 5.38 KB

README.md

File metadata and controls

82 lines (64 loc) · 5.38 KB

awesome-frontend-security

Awesome

Contents

Code

Linters

Sanitizers

Serializers

  • serialize-javascript - Serialize JavaScript safely - HTML characters and JS line terminators are escaped automatically.

Dependencies

Headers

Content-Security-Policy

📚Learn

  • MDN - An article on MDN.
  • CSP Is Dead, Long Live CSP! - On the Insecurity of Whitelists and the Future of Content Security Policy.
  • Strict CSP - To get real value out of CSP, your policy must prevent the execution of untrusted scripts.

🧪Create

🔍Validate

  • CSP Evaluator - Paste your policy and check if its safe and strong enough.
  • CSP Header Inspector - Validate your policies as served from the given URL.
  • CSP Tester - Browser extension for testing Content Security Policy (CSP).

🤔Analyse

  • CSP WTF? - Explanations for strange CSP Report notifications.

X-XSS-Protection

📚Learn

  • MDN - An article on MDN.

X-Frame-Options

📚Learn

  • MDN - An article on MDN.

Articles

Other lists

  • CSP useful - A collection of parsers, examples and tips for Content Security Policy.
  • Awesome Web Security - A curated list of Web Security materials and resources.

License

CC0