mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-22 21:56:32 -04:00
Fastly stopped domain fronting for Moat - see https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/135 . Updating the front and back URLs per a851484370
This commit is contained in:
parent
e5e2f8eb57
commit
bd9c191666
@ -51,8 +51,8 @@ class Meek(object):
|
||||
) = get_tor_paths()
|
||||
|
||||
self.meek_proxies = {}
|
||||
self.meek_url = "https://moat.torproject.org.global.prod.fastly.net/"
|
||||
self.meek_front = "cdn.sstatic.net"
|
||||
self.meek_url = "https://1723079976.rsc.cdn77.org/"
|
||||
self.meek_front = "www.phpmyadmin.net"
|
||||
self.meek_env = {
|
||||
"TOR_PT_MANAGED_TRANSPORT_VER": "1",
|
||||
"TOR_PT_CLIENT_TRANSPORTS": "meek",
|
||||
|
@ -351,8 +351,8 @@ class MoatThread(QtCore.QThread):
|
||||
self.captcha_error.emit(errors)
|
||||
return
|
||||
|
||||
if moat_res["data"][0]["type"] != "moat-bridges":
|
||||
self.common.log("MoatThread", "run", f"type != moat-bridges")
|
||||
if moat_res["data"][0]["type"] != "moat-challenge":
|
||||
self.common.log("MoatThread", "run", f"type != moat-challenge")
|
||||
self.bridgedb_error.emit()
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user