Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 308 Bytes

XSS-CSP-session

  • This is simple example of how XSS attack happens.
  • Also how to prevent XSS attack using Content Security Policy (CSP).

How to run

  • Clone the repo
  • Run yarn install
  • Run yarn start

References

  • Inspiration for XSS example is taken from devkode