-
Notifications
You must be signed in to change notification settings - Fork 138
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
Disconnect no longer works in Safari 9 #350
Comments
This is going to be a big problem when El Capitan is released. |
👍 El Capitan was released, this is already a big problem |
@CalMlynarczyk @alphachung @tbastos |
On a related note, is there a policy towards using browser-specific APIs in Disconnect (ex. the content-blocking API in Safari 9)? |
I have tried running the extension from both the installed version and the development version, and am seeing this issue in both cases. Both show Disconnect at version 3.0.3. I have experienced this throughout the duration of the OS X 10.11 open beta, and now after installing the GM candidate, I am still not able to get the extension to do anything. It worked fine on Safari 8 under OS X 10.10.
The button no longer displays the icon or does anything when you click on it (although the tooltip is there on hover):
I briefly scanned through port.js and noticed that it is referencing properties on the safari.extension object that are not there. The only one Safari 9 has is the baseURI property.
I did not do any other investigation for the time being; perhaps this property object concern is actually a non-issue.
The text was updated successfully, but these errors were encountered: