Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/internal/policy/manifest.js
Co-authored-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
bmeck and jasnell authored Feb 15, 2021
commit bfb4aa5b7f6b3e199782346b7df753dcf3b028cf
2 changes: 1 addition & 1 deletion lib/internal/policy/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { abort, exit, _rawDebug } = process;
const kTerminate = () => null;

// From https://url.spec.whatwg.org/#special-scheme
const SPECIAL_SCHEMES = new SafeSet([
const kSpecialSchemes = new SafeSet([
'file:',
'ftp:',
'http:',
Expand Down