Comment by o11c

Comment by o11c 3 months ago

7 replies

It says "screenshots of themselves". The application is responsible for rendering the screen in the first place so it fundamentally doesn't need a permission.

Now, what could reasonably be a permission is "access the internet", but our overlords don't approve of that thought.

(Contrast this to web pages, which do not render themselves and thus can sensibly be blocked from screenshotting)

VerdisQuo5678 3 months ago

Doesnt android already have a "network" permission? On some roms you can enable it/disable it on install of the app even

  • o11c 3 months ago

    No, it has a "full network" permission. It's not at all difficult to bypass it if you control both ends.

  • djrj477dhsnv 3 months ago

    GrapehenOS has that. It asks every time you install an app if it should have network permissions.

gretch 3 months ago

I mean yeah technically the website can’t screenshot, but it can do many functionally equivalent things.

For example, it can capture the entire DOM and send it off, including the contents of input fields that have not been submitted.

That DOM capture can be replayed on a browser to show what the user sees. So what’s the difference?

  • Thorrez 3 months ago

    Well, blocking javascript would stop that. Noscript is a thing that some people use.

    • danaris 3 months ago

      For an increasing plurality (possibly even majority at this point) of sites where the purpose is not purely to read text, this is effectively equivalent to saying "you can just not use the site."