Page MenuHomePhabricator

protocol relative URLs in the URL datatype
Closed, DeclinedPublic

Description

There are requests to allow entering protocol relative URLs in the URL datatype. We need to discuss this.


Version: master
Severity: normal

Details

Reference
bz54104

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:14 AM
bzimport set Reference to bz54104.
bzimport added a subscriber: Unknown Object (MLST).

I would recommend STRONGLY against supporting protocol-relative URLs, as they are meaningless without a base URL that's specifically known to be related to the target URL.

(For example, "//google.com/" is more or less meaningless to a document loaded via "file:" or "ms-appx:" or "app:" or ....)