You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
static CFDictionaryRef new_SCDynamicStoreCopyProxies (SCDynamicStoreRef store) {
if (!activated || !proxyPref)
return origin_SCDynamicStoreCopyProxies(store);
NSLog(@"AppProxyCap: proxify configuration applied: %@", proxyPref);
return CFDictionaryCreateCopy(NULL, (CFDictionaryRef)proxyPref);
}
new_SCDynamicStoreCopyProxies Not working on iOS 8 send http request