Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

A simple Flask extension that sets X-UA-Compatible header for all responses.

License

Notifications You must be signed in to change notification settings

jpvanhal/flask-xuacompatible

Repository files navigation

Flask-XUACompatible

Build Status

This is a simple Flask extension that sets X-UA-Compatible HTTP header for all responses.

Installation

Installation of the extension is easy with pip:

$ pip install Flask-XUACompatible

Usage

Usage is very simple:

from flask import Flask
from flask.ext.xuacompatible import XUACompatible

app = Flask(__name__)
XUACompatible(app)

Resources

About

A simple Flask extension that sets X-UA-Compatible header for all responses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages