icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.41k stars 348 forks source link

Encode all querystring values #1013

Open mattpass opened 2 years ago

mattpass commented 2 years ago

Some URLs contain querystring params which include unencoded characters such as the pipe in ?location=|file|path|here.

Review all URLs that contain querystrings and make sure they're encoded URI components. In doing this, characters such as the pipe, which were used in place of slashes, can be changed to slashes.