sehmaschine / django-filebrowser

Media-Management with Grappelli
http://twitter.com/sehmaschine
Other
976 stars 408 forks source link

X-Frame-Options' to 'deny' #383

Closed gusarg81 closed 4 years ago

gusarg81 commented 4 years ago

Hi,

Today I've upgraded to django_filebrowser 3.13.1 and I starting to have this problem when browsing files. For example, when browsing from media image in django_tinymce4_lite, which makes uses of django_filebrowser.

This was not happening before. Any ideas?

Tested with Firefox and Google (both, latest stables).

EDIT: just in case, this is on Django development in DEBUG mode, Didn't tested in production for obvious reasons.

Thanks in advance.

gusarg81 commented 4 years ago

Never mind, I think is a problem with django_tinymce4_lite since it loads the filebrowser in a frame. This problems is not present in django admin.