Christopher Tarry

Results 8 comments of Christopher Tarry

Can you post the original JS source URL and what site you found it on? I'm using a sample I found on owler.com (https://www.owler.com/cdn-cgi/bm/cv/669835187/api.js) which still seems to work although...

Apologies for the late response. I did not really look into this (mostly because my webcam doesn't work on Linux). Apparently Zoom doesn't use WebRTC for video and instead uses...

Hi, I'd like to look into this but I only have a free Zoom account which have [passcodes forcibly enabled](https://support.zoom.us/hc/en-us/articles/360033559832-Meeting-and-webinar-passwords) so I cannot really debug this. However, here are some...

That's what I figured - it's difficult to rigorously test these things unless you've got lots of devices and configurations to compare. Thanks

PerimeterX: https://www.usa-people-search.com/names/a_1_150_0 @berstend These sites (well, most of them) are clients of bot detection companies. If you visit them with, say, window.callPhantom exposed, you will get redirected to a page...

This is pretty amazing! I wanted to add this originally but it seemed orders of magnitude more complicated than chat support. I will review & merge into this when I...

Apologies for the delay I had some work and school stuff that got in the way. Very impressive work. I can't seem to get it to record me screensharing though....

Confirmed the same crashes affect the UPNP control point HTTP server initialized like this: ``` #include #include "TestDevice.h" #include #include //////////////////////////////////////// // testControlPoint //////////////////////////////////////// int main(void){ mUpnpControlPoint* testCp = mupnp_controlpoint_new();...