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

Domain is not white-listed for relative URLs #109

Open
xumix opened this issue Dec 21, 2016 · 1 comment
Open

Domain is not white-listed for relative URLs #109

xumix opened this issue Dec 21, 2016 · 1 comment

Comments

@xumix
Copy link

xumix commented Dec 21, 2016

The code is

var panoBaseUrl = Href(ImageRootFolders.Tenders, Model.Tender.Id, Model.Tender.Panorama.ExternalId);
panoUrl = Href(panoBaseUrl, Model.Tender.Panorama.Name);
Html.RequiresJs(Href(panoBaseUrl, "skin.js"), 10);

This is what I get with this:

2016-12-21 16:52:48,974 [37] ERROR Umbraco.Web.UI.CdfLogger - [Thread 7] Could not load file contents from /objectimages/Tenders/16816453/12142834/skin.js. Domain is not white-listed.

@xumix
Copy link
Author

xumix commented Dec 21, 2016

I got this error since this file really does not exist, but the error is cofusing

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

1 participant