drew-wallace
drew-wallace
You could match the adblock EasyList style for easy integration.
Definitely would like to see this one.
I would love this to be merged in @BoundInCode
@lukeschaefer Can you push up the latest working code?
If you're on OSX, add this to webview.h:1876: ``` class_replaceProperty(__WKPreferences, "webSecurityEnabled", attrs, 2); objc_registerClassPair(__WKPreferences); objc_msgSend(wkPref, sel_registerName("setValue:forKey:"), objc_msgSend((id)objc_getClass("NSNumber"), sel_registerName("numberWithBool:"), false), objc_msgSend((id)objc_getClass("NSString"), sel_registerName("stringWithUTF8String:"), "webSecurityEnabled")); ```
I've been researching all day, and I believe this is what is needed to make CORS requests on Linux for `http` and `https` requests. Unfortunately, it's not working and I...
Unfortunately, I don't think it's possible. There's no API for disabling security which is what needs to be done to do CORS. I ended up making a tiny web server...
Same. Using the contact example project from this repo on Node 0.10.25.