Python-Chat-App icon indicating copy to clipboard operation
Python-Chat-App copied to clipboard

Fixes XSS

Open ghost opened this issue 5 years ago • 0 comments

Flask documentation states that adding the {{value passing}} to an attribution will prevent some forms of an XSS injection. The documentation explains it better if you want to look into it, here's a link. http://flask.pocoo.org/docs/1.0/security/#x-xss-protection

ghost avatar Feb 23 '19 01:02 ghost