mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Livereload Safari extension does not handle https #81

Closed romanrudenko closed 13 years ago

romanrudenko commented 13 years ago

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 commented 13 years ago

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

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