tor push
This commit is contained in:
@@ -889,6 +889,13 @@ abstract class GeckoPrefApi {
|
||||
void resetPrefs(List<String>? preferenceNames);
|
||||
}
|
||||
|
||||
@HostApi()
|
||||
abstract class GeckoContainerProxyApi {
|
||||
void setProxyPort(int port);
|
||||
void addContainerProxy(String contextId);
|
||||
void removeContainerProxy(String contextId);
|
||||
}
|
||||
|
||||
@HostApi()
|
||||
abstract class GeckoCookieApi {
|
||||
@async
|
||||
|
||||
Reference in New Issue
Block a user