mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: emoji's url were relatives (was breaking the wordpress plugin)
This commit is contained in:
@@ -3,6 +3,7 @@ module UrlHelper
|
||||
def is_local(url)
|
||||
Discourse.store.has_been_uploaded?(url) ||
|
||||
url =~ /^\/assets\// ||
|
||||
url =~ /^\/plugins\// ||
|
||||
url.start_with?(Discourse.asset_host || Discourse.base_url_no_prefix)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user