Dear all,

I've been using this rule for years, never had a problem. Well, I'm lying,
at the beginning I did -the main site wouldn't load because it redirected
https://www.delta.com to the http site, so it was an infinite loop. It
worked going to a different Delta address, though.

Anyway, they solved that problem years ago. I've used the website
extensively without a problem. Also on my wife's system, she hasn't had a
problem.

I've looked into pulling a request in GitHub, I did it once, but
whateverrrrrr...please include it, I reinstalled my Linux distro and
realized the rule wasn't in the default ruleset, had to add it manually
again -although I had it saved elsewhere, so it's the same rule.

Thanks.
-- 
Israel Planagumà
[email protected]
<ruleset name="Delta Air Lines, Inc.">
  <target host="delta.com" />
  <target host="*.delta.com" />
  
  <rule from="^http://delta\.com/"; to="https://delta.com/"/>
  <rule from="^http://([^/:@]*)\.delta\.com/" to="https://$1.delta.com/"/>
</ruleset>

Reply via email to