Rohanrohansblog.hashnode.devยทOct 21, 2023Auto escaping in Jinja and FlaskAuto Escape Auto escape means applying a proper escaping modifier to each variable in your template. As per the documentation, Flask configures Jinja2 to automatically escape all values unless explicitly told otherwise to help prevent XSS. Let's dive...31 readsPython 3Add a thoughtful commentNo comments yetBe the first to start the conversation.