In gigya.module line 93, it's using $_SERVER['HTTPS'] to check if it should reference cdn.gigya.com or cdns.gigya.com

One of our clients their web server doesn't return $_SERVER['HTTPS'] as expected. Would it be better if we check alternative for the port instead? Since 443 is the standard https port.

CommentFileSizeAuthor
#2 2846735-https-for-cdn-cdns.patch613 bytesjonloh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonloh created an issue. See original summary.

jonloh’s picture