Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load denied by X-Frame-Options #131

Open
icatcher-at opened this issue Jul 7, 2015 · 1 comment
Open

Load denied by X-Frame-Options #131

icatcher-at opened this issue Jul 7, 2015 · 1 comment

Comments

@icatcher-at
Copy link

Hello!

I'm using remotipart to upload pictures in a model dialog that results in an ajax request. In development mode everything works fine, but when I run the application in production mode I always get:

Load denied by X-Frame-Options: https://sub.domain/path/to/controller does not permit framing.
Error: Permission denied to access property "document"

The application uses a subdomain and HTTPS. Can any of this be related? Also: the pictures I upload actually get uploaded, but the JavaScript that gets returned is not executed due to the thrown error.

Any help is greatly appreciated!

@benevolentmadman
Copy link

I ran into this a while back and solved it by changing my X-Frame-Options header to allow the upload: #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants