Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment CORS as mild DRM (Score 1) 275

Nothing prevents you from setting up a proxy-server that changes the origin headers, to grant the whole Internet access to a resource someone wanted to be "only from their own website".

Copyright does if any of these resources qualifies as an original work of authorship. The use of CORS to control access to web fonts is an intentional example of this.

Comment Too much of an installed base of hardware (Score 1) 182

Getting the warez scene to stop using MPEG-4 ASP video would be like getting the legit publishers to stop using MPEG-2. There's too much of an installed base of hardware that supports decoding the format: DVD players for MPEG-2 and DVD+DivX players for ASP. The legit publishers needed a major format transition, namely from DVD to Blu-ray, to create demand for hardware that decodes AVC.

Comment User "slashdot.org" (Score 2) 275

JavaScript: Where each web site has its own user account.

Web browsers are designed to handle the privilege separation in JavaScript the way operating systems handle user accounts. Each origin has its own account, and origins can't access resources associated with a different origin unless the owner of the different origin has opted into sharing the resource (CORS). Ideally, browser publishers treat violations of origin separation as seriously as OS publishers treat violations of user separation.

Comment "This file is not commonly downloaded" (Score 1) 391

Back in July 2010, Microsoft claimed that SmartScreen on Internet Explorer had already blocked over a billion attempts to access sites containing security risks.

One issue with SmartScreen is how it treats new releases as false positives. An executable file or installer package that SmartScreen hasn't already seen several dozen times, such as a new release of a Windows application developed by a hobbyist, will get marked as "This file is not commonly downloaded and could harm your computer", and IE makes the user click through two different shapes of alert boxes in order to get any option other than "Delete".

Comment Controllers not compatible with iPod touch 4 (Score 1) 315

Either a lot of big-name games are going to have to come up with controller support at once, or each developer will have to somehow convince each user to buy a $59 controller to play a single $3 game. Besides, people who own an iPhone 4 or a fourth-generation iPod touch are still left out because iOS 7 requires an iPhone 4S or newer or a fifth-generation iPod touch. This means anyone who bought an iPod touch before October of last year will have to buy not only a controller but also another iPod touch. Who will buy a $299 iPod touch to play a $3 game?

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...