-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Summary
Third-party scripts lack Subresource Integrity, and the service worker cache scope should be reviewed to avoid unintended offline exposure of large data files.
Why this matters
SRI reduces supply-chain risk for external scripts, and a tighter cache strategy improves security posture and user expectations for offline behavior.
Scope
- index.html
- core/systemrun.html
- workbox-config.js
- core/scripts/serviceWorker/sw.js
Tasks
- Add SRI + crossorigin attributes to external scripts that support stable SRI.
- Review caching rules to ensure only necessary assets are cached offline.
- Document any data files that should not be cached or should require user intent.
Acceptance criteria
- External scripts use SRI where feasible.
- Cache rules are scoped to intended offline behavior.
- Documentation reflects offline caching behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels