gatsby-link
Advanced tools
Comparing version 1.0.0-alpha12-alpha.1dc37e8b to 1.0.0-alpha12-alpha.209952c2
@@ -34,3 +34,3 @@ "use strict"; | ||
// don't support service workers *cough* Safari/IE *cough*. | ||
if (process.env.NODE_ENV === "production" && !("serviceWorker" in navigator)) { | ||
if (process.env.NODE_ENV === "production" && !("serviceWorker" in navigator) || window.location.protocol !== "https:") { | ||
(function () { | ||
@@ -37,0 +37,0 @@ var routes = window.gatsbyRootRoute; |
{ | ||
"name": "gatsby-link", | ||
"version": "1.0.0-alpha12-alpha.1dc37e8b", | ||
"version": "1.0.0-alpha12-alpha.209952c2", | ||
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4569