Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Co-authored-by: redoomed1 <[email protected]>
Signed-off-by: fria <[email protected]>
  • Loading branch information
friadev and redoomed1 authored Nov 26, 2024
1 parent 0daefc8 commit b82e77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/posts/pwa-vs-iwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Google [distinguishes](https://chromeos.dev/en/web/isolated-web-apps) between th
<figcaption>source: <a href="https://chromeos.dev/en/web/isolated-web-apps">Google</a></figcaption>
</figure>

This higher security assurance from isolated and signed web applications and the inherently more trusted nature of a natively installed app will allow for IWAs to safely have access to APIs that it wouldn't be safe to allow normal websites to access, like [Direct Sockets](https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md).
This higher security assurance from isolated and signed web applications and the inherently more trusted nature of a natively installed app will allow for IWAs to safely access APIs which wouldn't be safe to allow normal websites to access, like [Direct Sockets](https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md).

IWAs use a totally new [URL scheme](https://github.com/WICG/isolated-web-apps/blob/main/Scheme.md) since they're not relying on HTTPS certificate authorities or DNS. They're totally isolated from each other and the web using enforced Content Security Policy and Cross-Origin Isolation, hence the name.

Expand Down

0 comments on commit b82e77d

Please sign in to comment.