mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
Revert "FIX: lower case URLs before comparing for embedding comments"
This reverts commit 6ea040dd5f773ed8f5e65ebd0938e9413c631f48.
This commit is contained in:
@ -72,7 +72,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function normalizeUrl(url) {
|
function normalizeUrl(url) {
|
||||||
return url.toLowerCase().replace(/^https?(\:\/\/)?/, '');
|
return url.replace(/^https?(\:\/\/)?/, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
function postMessageReceived(e) {
|
function postMessageReceived(e) {
|
||||||
|
Reference in New Issue
Block a user