Tagged Questions

2
votes
5answers
240 views

How do you monitor, manage, and run untrusted third-party code in a hosted service?

Let's say I'm running a hosted service that wishes to allow plugins written by third-party clients. Perhaps a gaming service provider that provides infrastructure but allows clients to develop ...
1
vote
1answer
60 views

Detecting and terminating slow third party javascript requests

I'm trying to find a solution to the following problem: We're using number of Tracking Pixels on our website to gather stats about our visitors. However, often some of those third party javascript ...