4 ms·
That's messed up, why should I put up with CORS when others have a special treatment...
by thepra 2y ago
That's messed up, why should I put up with CORS when others have a special treatment...
- its-summertime 2y agoIts used here: https://github.com/WebKit/WebKit/blob/dc1354a1d26db54d17f7d3989a81036a46ee2d60/Source/WebCore/loader/MixedContentChecker.cpp#L170C27-L170C55 https://github.com/WebKit/WebKit/blob/dc1354a1d26db54d17f7d3... Seems to be specifically for (not) upgrading images and videos from http to https, nothing else.
- jorlow 2y agoIf a browser has too many compatibility issues, users will switch away. Outreach to the sites in question takes time and is often unsuccessful. Quirks is the pragmatic answer.
- lye 2y agoWebKit is used by the second most popular browser after Chrome. Don't forget iOS users. https://gs.statcounter.com/browser-market-share https://gs.statcounter.com/browser-market-share
- tyho 2y agoThat's an odd way of saying the third most popular browser.
- knallfrosch 2y agoMy iOS/Safari is so bad, I have both Firefox and Chrome installed as a backup in case it doesn't work. They should start fixing Safari for real instead of adding Quirks.
- hhh 2y agowhat’s wrong with ios/safari? i don’t really ever have issues
- flessner 2y agoSafari on MacOS is really nice, fast and offers everything I need... but every 3 months or so I stumble on a website that refuses to work at all - rendering looks off, buttons don't work etc... Switching to Chrome usually fixes it - but I always question my sanity for about 10 minutes until I try it in Chrome.
- SassyBird 2y agoIt’s the opposite for me. I keep finding dumb bugs in Chromium, when it comes to correct website rendering and event handling (always regressions). Safari and Firefox on the other hand never have those issues. The only problem is: Safari has piss-poor ad blockers. Firefox blocks custom system-wide keyboard shortcuts (on Mac).
- jraph 2y agoI have bad news for you. On iOS, Firefox and Chrome use the same WebKit as Safari (because Apple doesn't allow third party browser engines on its App store).
- dizhn 2y agoDidn't they allow alternative engines recently? They even have emulators now. Undoubtedly a change forced on them by the EU.
- 2y ago
- lapcat 2y agoI don't know about quirks specifically, but often it takes many, many months before a WebKit commit actually ships to end users in Safari. Anyway, Apple engineers aren't known for their outreach.