Sha256: e7836beeeeb39030937c43b61bd34bbabc900fd76c5e969bbec888e1b173a5a2

Contents?: true

Size: 446 Bytes

Versions: 7

Compression:

Stored size: 446 Bytes

Contents

(function() {
  // Detect dev server environments
  var isDevelopment = window.location.hostname == 'localhost' ||
    (window.location.hostname || '').match(/\.local$/i) ||
    window.location.hostname == '127.0.0.1' ||
    window.location.hostname == '::1';

  // Ensures we're only serving via https, except when localhost development
  if(window.location.protocol != 'https:' && !isDevelopment)
    window.location.protocol = 'https:';
})();

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phantom-blergh-0.2.0 assets/js/https.js
phantom-blergh-0.1.5 assets/js/https.js
phantom-blergh-0.1.4 assets/js/https.js
phantom-blergh-0.1.3 assets/js/https.js
phantom-blergh-0.1.2 assets/js/https.js
phantom-blergh-0.1.1 assets/js/https.js
phantom-blergh-0.1.0 assets/js/https.js