-
-
Notifications
You must be signed in to change notification settings - Fork 36.6k
Https imports integrity checksums #41920
Copy link
Copy link
Closed as not planned
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.policyHistorical issues and PRs related to the removed policy-manifest feature.Historical issues and PRs related to the removed policy-manifest feature.securityIssues and PRs related to security.Issues and PRs related to security.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Metadata
Metadata
Assignees
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.loadersIssues and PRs related to ES module loaders.Issues and PRs related to ES module loaders.moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.policyHistorical issues and PRs related to the removed policy-manifest feature.Historical issues and PRs related to the removed policy-manifest feature.securityIssues and PRs related to security.Issues and PRs related to security.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
It would be great if node could automatically handle generating integrity checksums for new https resources if they don't exist already. I'm going to assume that most js scripts in the wild don't have their own checksums.
Also, is there a good standard in place for servers that don't want someone just importing their scripts? I'm assuming CORS won't really cover that, considering know doesn't necessarily have to have a concept of it's own server.
Originally posted by @mrozbarry in #36328 (comment)