You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The middleware looks for a header Content-Type whose value is exactlytext/html. However Flask’s default is text/html; charset=utf-8. Using this middleware as-is in a Flask app thus doesn’t work.
Hello,
The middleware looks for a header
Content-Typewhose value is exactlytext/html. However Flask’s default istext/html; charset=utf-8. Using this middleware as-is in a Flask app thus doesn’t work.