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

Fix iframeJail option when serving an app in ember@2.16.0+ #28

Merged
merged 1 commit into from
Apr 22, 2018

Conversation

sandydoo
Copy link
Contributor

The treeForPublic hook runs before the app is initialized, so the iframeJail
option was not being read at all. This commit removes the reliance on the app
and simply reads the config, making it available in the current context.

The treeForPublic hook runs before the app is initialized, so the iframeJail
option was not being read at all. This commit removes the reliance on the app
and simply reads the config, making it available in the current context.
@brewingcode brewingcode merged commit 8060f66 into brewingcode:master Apr 22, 2018
@brewingcode
Copy link
Owner

Thanks @sandydoo, sorry for the slow response.

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

Successfully merging this pull request may close these issues.

2 participants