pyret-embed 0.0.43 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -313980,9 +313980,11 @@ ${labelRow}`;
313980
313980
  else if(window.IMAGE_PROXY_BYPASS) {
313981
313981
  return s;
313982
313982
  }
313983
+ /*
313983
313984
  else if(a.hostname === "drive.google.com" && a.pathname === "/uc") {
313984
313985
  return s;
313985
313986
  }
313987
+ */
313986
313988
  else {
313987
313989
  return window.APP_BASE_URL + "/downloadImg?" + s;
313988
313990
  }
@@ -313980,9 +313980,11 @@ ${labelRow}`;
313980
313980
  else if(window.IMAGE_PROXY_BYPASS) {
313981
313981
  return s;
313982
313982
  }
313983
+ /*
313983
313984
  else if(a.hostname === "drive.google.com" && a.pathname === "/uc") {
313984
313985
  return s;
313985
313986
  }
313987
+ */
313986
313988
  else {
313987
313989
  return window.APP_BASE_URL + "/downloadImg?" + s;
313988
313990
  }