#flask
Read more stories on Hashnode
Articles with this tag
Auto Escape Auto escape means applying a proper escaping modifier to each variable in your template. As per the documentation, Flask configures Jinja2...
Cross Origin Resource Sharing (CORS) Certain "cross-domain" requests, notably Ajax requests, are forbidden by default by the same-origin security...
If you want to improve the security of your website, you can use a content security policy to help detect and mitigate certain types of attacks,...
HTTP Redirect In HTTP, redirection is triggered by a server sending a special redirect response to a request. Redirect responses have status codes...