🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:47:35 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs10
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
url-parse-lax
📍 /opt/alt/alt-nodejs10/root/usr/lib/node_modules/npm/node_modules.bundled/url-parse-lax
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; var url = require('url'); var prependHttp = require('prepend-http'); module.exports = function (x) { var withProtocol = prependHttp(x); var parsed = url.parse(withProtocol); if (withProtocol !== x) { parsed.protocol = null; } return parsed; };
💾 Save Changes
❌ Cancel