-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Description
Most probably a quick fix, but I didn't have time to create a PR.
Basically at:
| meta_tags[:image] = CONFIG[:host] + @article.image_url if @article.image_url.present? |
meta_tags[:image] = CONFIG[:host] + @article.image_url if @article.image_url.present?
causes the og:image meta tag to not carry the scheme (http vs https), making FB scraper complain of mixed scheme / content issue.
Reactions are currently unavailable