Make sure ProxyId is hashable
Fixes proxy auth with QtWebEngine
This commit is contained in:
parent
10c84dfb90
commit
31bd4d7ffe
@ -41,7 +41,7 @@ HOSTBLOCK_ERROR_STRING = '%HOSTBLOCK%'
|
||||
_proxy_auth_cache = {}
|
||||
|
||||
|
||||
@attr.s
|
||||
@attr.s(frozen=True)
|
||||
class ProxyId:
|
||||
|
||||
"""Information identifying a proxy server."""
|
||||
|
Loading…
Reference in New Issue
Block a user