aboutsummaryrefslogtreecommitdiff
path: root/background
diff options
context:
space:
mode:
Diffstat (limited to 'background')
-rw-r--r--background/CORS_bypass_server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/background/CORS_bypass_server.js b/background/CORS_bypass_server.js
index cbed945..664100b 100644
--- a/background/CORS_bypass_server.js
+++ b/background/CORS_bypass_server.js
@@ -76,7 +76,7 @@ async function perform_download(fetch_data, respond_cb) {
}
function on_CORS_bypass_request([type, fetch_data], sender, respond_cb) {
- if (type !== "CORS_bypasss")
+ if (type !== "CORS_bypass")
return;
perform_download(fetch_data).then(respond_cb);