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

Livereload Safari extension does not handle https #81

Closed
romanrudenko opened this issue Jun 1, 2011 · 1 comment
Closed

Livereload Safari extension does not handle https #81

romanrudenko opened this issue Jun 1, 2011 · 1 comment

Comments

@romanrudenko
Copy link

When LiveReload Safari extension is activated on https pages, it results in "Browser URL: undefined" sent to server console and no live reloading. This happens because the extension is packaged without permission to access secure pages.

I managed to get the extension to work with https by adding <key>Include Secure Pages</key><true/> before <key>Level</key><string>All</string> inside Info.plist. Is this flag omitted for a reason? Or is it an oversight?

@NV
Copy link
Member

NV commented Jun 1, 2011

Thanks, added in 38e565d. It was an oversight.

"Browser URL: undefined" has been fixed in LiveReload 1.6.2.

@NV NV closed this as completed Jun 1, 2011
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