hivesolutions / appier

Joyful Python Web App development
http://appier.hive.pt
Apache License 2.0
127 stars 22 forks source link

Tune X-Frame-Options #15

Closed gcandal closed 8 years ago

gcandal commented 8 years ago

Description

Be able to set different values for X-Frame-Options.

Related: https://github.com/hivesolutions/appier/blob/c32433fa2f6df2762dd510f0733c7a8ec0c000d6/src/appier/base.py#L141

joamag commented 8 years ago

use:

self.frame_options = "value"

in you app class constructor