Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose installed service worker script contents #1725

Open
alvarolm opened this issue Aug 26, 2024 · 0 comments
Open

expose installed service worker script contents #1725

alvarolm opened this issue Aug 26, 2024 · 0 comments

Comments

@alvarolm
Copy link

alvarolm commented Aug 26, 2024

First of all, thanks for all the work !, I also really appreciate the time taken to read this issue.

I'm in need to check the service worker once downloaded to verify the consistency as per a client requirement, this feature seems easy to implement since all we need is to expose the service worker script contents, maybe it could be via the ServiceWorkerRegistration object.

This is the only feature lacking to perform a complete integrity check of all webpage resources, since we already have Subresource Integrity (SRI) and other features.

I'm not proposing a behavior modification, this would be a feature in favour of transparency.

It would be useful for sensitive applications that require integrity verification and depend on service worker features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant