Skip to content

Commit 3b2ee00

Browse files
committed
Removing this special case. Did Google change something about CORS here?
1 parent 3cf4b27 commit 3b2ee00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/web/js/cpo-main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@
105105
else if(window.IMAGE_PROXY_BYPASS) {
106106
return s;
107107
}
108+
/*
108109
else if(a.hostname === "drive.google.com" && a.pathname === "/uc") {
109110
return s;
110111
}
112+
*/
111113
else {
112114
return window.APP_BASE_URL + "/downloadImg?" + s;
113115
}

0 commit comments

Comments
 (0)