Skip to main content

Safari (web browser)

See All Stories

Nasty Mac vulnerability allows remote attack, survives OS X reinstallation & even drive format

Site default logo image

bios

A serious vulnerability in Macs more than a year old would allow an attacker to take permanent control of the machine, retaining control even if the user reinstals OS X or reformats the drive.

The vulnerability was discovered by security researcher Pedro Vilaca, who found a way to reflash the BIOS – code stored in flash memory, not on the drive. This means that the machine remains compromised even if the hard drive is physically replaced … 
Expand
Expanding
Close

Millions of British Safari users able to sue Google over secretly-dropped cookies

Site default logo image

cookies

UK Safari users have been given the go-ahead to sue Google for continuing to drop cookies on their devices even after they had refused permission through their browser settings.

It was revealed in 2012 that Google bypassed the setting in Safari which instructed sites not to drop cookies, enabling it to deliver personalized ads. The FTC in the US fined the company $22.5M for the practice, with millions more in additional fines levied by 38 US states. There was no government action in the UK, but a group of British iPhone users took Google to court, seeking compensation for breaching their privacy.

Google had attempted to have the case dismissed, claiming that there was no case to answer as the plaintiffs had not suffered any financial harm, but the UK’s Court of Appeal has rejected this argument, allowing the case to proceed …


Expand
Expanding
Close

Site default logo image

Apple seeds Safari 7.1.5 and 6.2.5 betas to developers for Mavericks and Mountain Lion

Safari

Apple today has released a pair of Safari betas for earlier version of OS X. Safari 7.1.5 beta for OS X Mavericks and version 6.2.5 beta for OS X Mountain Lion are both available on the Mac Developer Center for registered developers. Safari 8.0.5, which includes the same upgrades as the Mavericks and Mountain Lion versions, is not available as a separate download, but it comes as part of the OS X Yosemite 10.10.3 developer and public betas. Here are the focus areas for these Safari betas:


Expand
Expanding
Close

Site default logo image

Neat Safari add-on lets you listen to Beats Music on your MacBook without Flash

beats-music-web-player

If you enjoy listening to Beats Music on your MacBook, but hate having Flash on your machine (or just want better battery-life while listening to it), there’s now a Safari extension for that. BeatsMe allows you use the web player using HTML5 instead of Flash.

Developer Chris Aljoudi said he created the extension after being disappointed at finding the web player used Flash.

It’s completely free and very minimal. Install BeatsMe, and listen.beatsmusic.com just works using native HTML5 audio playback. No Flash required.

You even get better battery life in comparison as a free bonus!

Apple is slowly progressing its plans to relaunch the streaming music service as an Apple-branded product, the company folding Beats Music support into AppleCare earlier this month. Apple is expected to formally announce the service at WWDC in June, later than initially expected, having reportedly given up on plans to hit a $7.99/month price-point.

Site default logo image

Google Chrome crashes hard with Mac OS 10.10.2 beta, here’s the fix

…Use Safari! (lol,)

Google Chrome 39 had started to crash for me as soon as I updated to 10.10.2 Beta. I tried all of the normal things (trashing Google prefs, using Canary, etc etc). Nothing worked except downgrading back to Mac OS 10.10.1 stable.

[tweet https://twitter.com/llsethj/status/538403705201377281]

It turns out that the new 10.10.2 has depreciated some Trackpad APIs that cause an immediate crash.

The answer comes via Reddit today:

https://www.youtube.com/watch?v=hMVte93tgTM

Obviously use at your own risk: an Automator app has also been built to speed up the below process.

Workaround that was found on the Apple dev forums – this is not my code – use at your own risk – I’ve used it and it works fine.

1) Open up text edit and paste this code – save it as “patch.m”

#import <AppKit/AppKit.h>

__attribute((constructor)) void Patch_10_10_2_entry()
{
NSLog(@"10.10.2 patch loaded");
}

@interface NSTouch ()
- (id)_initWithPreviousTouch:(NSTouch *)touch newPhase:(NSTouchPhase)phase position:(CGPoint)position     isResting:(BOOL)isResting force:(double)force;
@end

@implementation NSTouch (Patch_10_10_2)
- (id)_initWithPreviousTouch:(NSTouch *)touch newPhase:(NSTouchPhase)phase position:(CGPoint)position     isResting:(BOOL)isResting
{
return [self _initWithPreviousTouch:touch newPhase:phase position:position isResting:isResting force:0];
}
@end

2) Run this command in Terminal

clang -dynamiclib -framework AppKit ~/Desktop/patch.m -o ~/Desktop/patch.dylib

3) Run this command in Terminal to open Chrome.

env DYLD_INSERT_LIBRARIES=~/Desktop/patch.dylib "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"

Notes: This will leave Terminal open in the background, do not close it or Chrome will quit out. This doesn’t modify anything permanently just fixes it temporarily. To reopen chrome a second time all you have to do is repeat step 3.

Amazon goes big with unlimited cloud music storage ($20/year) and iPad optimized web player

Site default logo image

Amazon today announced unlimited storage for music in its cloud drive.  The catch is you have to upgrade your overall Cloud storage (also includes Docs, Pictures, movies, etc) to the 20GB plan which is $20 per year.  Once you do that, you can upload “Unlimited” amounts of music and play it anywhere.  So, this appears to be taking on Spotify, Google and Apple’s iTunes Match (though each service is slightly different).

Speaking of Apple, the Amazon Cloud web experience is now also optimized for the iPad.  Full press release below:


Expand
Expanding
Close