Attempt to use protocol relative assets

This commit is contained in:
echarp 2016-10-17 14:16:25 +02:00
parent 56019f33d6
commit e4797e474b
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = 'http://assets%d.agendadulibre.org'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = 'http://assets%d.agendadulibre.org'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = 'http://assets%d.agendadulibre.org'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = 'http://assets%d.agendadulibre.org'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to