Join and normalize og:image url using Addressable
Avoids failing on urls that are not strictly rfc2396 URIs.
This commit is contained in:
parent
84aa7f455a
commit
c03649355a
4 changed files with 27 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -72,6 +72,7 @@ gem "validates_email_format_of", ">= 1.5.1"
|
|||
gem "quad_tile", "~> 1.0.1"
|
||||
|
||||
# Sanitise URIs
|
||||
gem "addressable", "~> 2.8"
|
||||
gem "rack-uri_sanitizer"
|
||||
|
||||
# Omniauth for authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue