Skip to content
  • Jonathan Hefner's avatar
    c7b7d83f
    Heed config.force_ssl when building URL · c7b7d83f
    Jonathan Hefner authored
    `url_for` will now use "https://" as the default protocol when
    `Rails.application.config.force_ssl` is set to true.
    
    Action Mailer already behaves this way, effectively.  This commit
    extends that behavior application-wide.
    
    Closes #23543.
    c7b7d83f
    Heed config.force_ssl when building URL
    Jonathan Hefner authored
    `url_for` will now use "https://" as the default protocol when
    `Rails.application.config.force_ssl` is set to true.
    
    Action Mailer already behaves this way, effectively.  This commit
    extends that behavior application-wide.
    
    Closes #23543.
Loading