pylixm / django-mdeditor

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
https://pypi.org/project/django-mdeditor/
GNU General Public License v3.0
481 stars 103 forks source link

Refused to display 'xxx' in a frame because it set 'X-Frame-Options' to 'deny'. #115

Closed Unnamed-py closed 4 years ago

Unnamed-py commented 4 years ago

添加图片时控制台出现"Refused to display 'https://unnamedpy.pythonanywhere.com/mdeditor/uploads/?guid=1598527418246' in a frame because it set 'X-Frame-Options' to 'deny'." 环境:django 3.1, python 3.8

pylixm commented 4 years ago

X_FRAME_OPTIONS = 'SAMEORIGIN'

django 3.0+ 需要加这个参数,它默认是 deny的。文档说明中有提到。