1
0
dosse91 6 жил өмнө
parent
commit
dffdde1670

+ 0 - 2
README.md

@@ -8,8 +8,6 @@ For any instructions and support please check out the [Wiki](https://github.com/
 If you like this project and want to support our work you can either do pull requests or donate via [PayPal](https://paypal.me/dunklesToast) 
 
 ## License
-Copyright (C) 2016-2019 Federico Dossena
-
 Copyright (C) 2019 dunklesToast
 
 

+ 1 - 1
src/public/speedtest_worker.js

@@ -130,7 +130,7 @@ this.addEventListener("message", function(e) {
 						// ff more precise with 1 upload stream
 						settings.xhr_ulMultistream = 1;
 					}
-					if (typeof s.xhr_ulMultistream === "undefined") {
+					if (typeof s.ping_allowPerformanceApi === "undefined") {
 						// ff performance API sucks
 						settings.ping_allowPerformanceApi = false;
 					}