myth / pepper8

Transform pep8 or flake8 output to HTML
MIT License
13 stars 3 forks source link

Loading in iframe over https does not load content if clicking links #1

Closed sklirg closed 9 years ago

sklirg commented 9 years ago

This happens in a TeamCity setup, in the PEP8 report tab.

If I click one of the error codes links in the statistics tab, a blank page gets rendered in the iframe generated by TeamCity. screenshot 2015-10-20 13 27 16

If I load the unsafe scripts, the page renders. screenshot 2015-10-20 13 27 31

myth commented 9 years ago

Fixed in cbe22e0