_I accidentally pressed ENTER while creating the issue. 😄_ Is it possible to strip ftp:// and ssh://? I tried these options but it didn't worked. Actually I want strip all protocols. ```js defaultProtocol: "ftp:", stripProtocol: true, normalizeProtocol: true ```