|
|
|
|
|
by jakear
1119 days ago
|
|
CORS ruined this pipe dream. Ideally you’d be able to tell your browser that website X loading content from site Y was a-okay and exactly what you want to happen because site Y is user-hostile and site X addresses all those issues, but alas. Now the only way to access site Y is by a) routing all your data through some third party server, or b) installing a native application which has way more access to your machine than the web app would. Some days you gotta wonder if anyone on the web committees has any interest in end-users. |
|
Or installing a browser extension that allows rewriting CORS headers.
> Some days you gotta wonder if anyone on the web committees has any interest in end-users.
Oh, they do. The defaults are much safer for end-users than they used to be. Who they mostly leave out is a narrow slice of power users with use cases where bypassing make sense, and the extension facilities available address some of that.