This repository was archived by the owner on Aug 31, 2019. It is now read-only.
This repository was archived by the owner on Aug 31, 2019. It is now read-only.
Case sensitive URLs in profile boxes get converted to lower case, making them unusable #2717
Open
Description
Certain URLs not working in profile boxes
-
Case sensitive URLs in a
<div style="background-image"
element get converted to lowercase. -
When editing a profile in https://oc.tc/account, using case sensitive URLs in a
<div style="background-image"
set tourl(https://source.unsplash.com/S4V_T8UzXjs/1920x1080)
, the link is converted tourl(https://source.unsplash.com/s4vt8uzxjs/1920x1080)
(lowercase and underscore missing)