Earlier quoted context omitted.
All this is about attesting authenticity to the server .
But only Android WebViews can attest their authenticity. Are servers going to block standalone web browsers? If they are, why even use a WebView? Just make it part of your app.
An experimental Android WebView Media Integrity API early next year
231–240 of 247 posts
Re: An experimental Android WebView Media Integrity API early next year
#232Earlier quoted context omitted.
I'm not sure how you disallow embedded login without disallowing embedded webviews. The line is very blurry.
You have two types of webviews... "Webviews to the appmakers server", and "Webviews for the wider web". Webviews to the appmakers server need to be authorized by some manifest file on the server whitelisting the app identifier. Webviews for the wider web don't allow the app to know what's going on inside the webview, nor interact with it. So these are safe to type passwords into etc.
Re: An experimental Android WebView Media Integrity API early next year
#233Earlier quoted context omitted.
It's not intended to benefit the user.
Do you really believe that the ability for people to play YouTube without ads benefits the user? I mean, it sounds great on some level. Perhaps browsers should just ship with ad blocking by default. Everybody the world over can use the internet and have a better experience without anybody ever seeing any of those pesky paid ad things.
Umm, yes? Google themselves even offer this as a product: Youtube Premium.
Re: An experimental Android WebView Media Integrity API early next year
#234WEI itself was previously discussed across a number of threads, which make interesting reading: (July 2023, 456 comments) https://news.ycombinator.com/item?id=36854114 - "Google's nightmare Web Integrity API wants a DRM gatekeeper for the web" (July 2023, 431 comments) https://news.ycombinator.com/item?id=36817305 - "Web Environment Integrity API Proposal" (July 2023, 434 comments) https://news.ycombinator.com/item?i…
Hot off the press, we have learned that Google is not proceeding with its Web Integrity API.
This is massively positive for the neutrality of the open Web. Though of course, with Google being so heavily driven by their interests rather than the benefit of the Web in general, it remains to be seen (and we strongly suspect it won’t take long) what they choose to replace it with. Are they, for example, just preparing a seemingly less obnoxious spec that is actually just as harmful to users (as they did with FLOC and Topics)? It also seems highly suspicious that it coincides with their very recent announcement to move from pay-per-click to pay-per-impression for ads.
Generally, Google hasn’t shown itself to be a trustworthy custodian of the web and we can’t let this apparent victory lure us into resting on our laurels. As always, a strong diversity of browsers and browser engines is going to be crucial to counteract any future attempt by a single party to dictate the future of the web.
Re: An experimental Android WebView Media Integrity API early next year
#235Earlier quoted context omitted.
Do you really believe that the ability for people to play YouTube without ads benefits the user? I mean, it sounds great on some level. Perhaps browsers should just ship with ad blocking by default. Everybody the world over can use the internet and have a better experience without anybody ever seeing any of those pesky paid ad things.
>Do you really believe that the ability for people to play YouTube without ads benefits the user Umm, yes? Google themselves even offer this as a product: Youtube Premium.
Re: An experimental Android WebView Media Integrity API early next year
#236Earlier quoted context omitted.
Here in the rural parts of Ontario (well not in my rural part of Ontario, but further north), that pronoun is "youse" As a long boy visiting from Alberta I was astounded that this existed. It might be dying out tho
> I's the by that build the boat. > You's the by that sail 'er. — Wait, that's singular.... I think? Does it change again when you go further east? ....Or actually, is the second line also "I"?
I vote we just bring back this "ye" and make it official.
Re: An experimental Android WebView Media Integrity API early next year
#237Earlier quoted context omitted.
> To me, this looks like a backdoor way to prevent people making "hacked" apps which, for example, play youtube but without ads. More like "impersonate your bank and steal your login credentials". MitM attacks using interposed clients are a genuine threat outside the Apple and Google walled gardens (and even a little bit within). WEI was an attempt at solving a real problem. Now, maybe it had unacceptable side effect…
You’re being downvoted at the moment, but this is absolutely true. Fake bank apps are a huge problem, which this addresses.
Re: An experimental Android WebView Media Integrity API early next year
#238Earlier quoted context omitted.
> I's the by that build the boat. > You's the by that sail 'er. — Wait, that's singular.... I think? Does it change again when you go further east? ....Or actually, is the second line also "I"?
My take is that "uneducated" people with "undisciplined" language spontaneously create their own plural second person pronouns wherever they go because, well, the language has needed them ever since they were lost from Anglo-Saxon ("ge", pronounced "ye"). I vote we just bring back this "ye" and make it official.
Re: An experimental Android WebView Media Integrity API early next year
#239Earlier quoted context omitted.
DRM for web browsing. A website would be able to request an attestation that your browser is “trusted”, i.e. it is secure and unmodified. Because some systems are by definition untrusted, e.g. Linux, or Firefox compiled from source, these users might be blocked from certain websites. At least that seemed like the intention, otherwise what’s the point of building such a feature?
If you want the "assuming good intent" explanation it was to be able to detect spam and bots which apparently are a significant problem now and are no longer stopped by captchas. One online community I'm part of literally turned off new sign ups because they couldn't stop the bot problem (ldjam.com). Users also find captchas annoying so it supposedly stop the need for that for many cases (except for when you're in th…
Re: An experimental Android WebView Media Integrity API early next year
#240Earlier quoted context omitted.
You’re being downvoted at the moment, but this is absolutely true. Fake bank apps are a huge problem, which this addresses.
It absolutely does not. The ability to craft a realistic phishing login page is unaffected by Google's proposed MI API.
All of this adds up to making the bad actors have to work much harder, which is the goal.