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

Safari Security: [Warning] [blocked] The page at https://url.com/ was not allowed to run insecure content from http://url.us5.list-manage.com... #80

Open
QuintinS opened this issue Jun 21, 2017 · 0 comments

Comments

@QuintinS
Copy link

This seems to be an issue exclusive to Safari and Safari mobile.

It is related to how the Ajax request URL is built:

settings.url.replace('/post?', '/post-json?').concat('&c=?')

Should be:

settings.url.replace('/post?', '/post-json/?').concat('&c=?')

Having the ? without a trailing / causes a redirect to and http:// URL, which causes Safari to throw an error.

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