Hacker News new | ask | show | jobs
by Nicksil 2186 days ago
Indeed.

You mentioned

> PWAs are more private and don't have access to things that could contain sensitive information like the clipboard's contents

Do PWAs -- Web applications built with JavaScript, among other Web technologies -- have access to standard Web API offering? If so, then PWAs offer no advantage with respect to your claim. How does using a PWA provide a more secure environment for the user?

1 comments

The JS API is a bit safer as the user has to "explicitly enable this feature". Although in some browsers, full access is granted. Thanks for pointing it out. Another reason to surf with JS disabled and whitelist for sites that require it.