Third party scripts can load a first party as if it were a third party script.
a.com/blah.js -> b.com/tracking-spam.js -> a.com/thing.js
The current code for data capture does not account for this, though since we do capture first party requests to third parties, the edge between the two sites would be represented on a directed force graph already.
Do we want to capture this information, and if so, how? What would we do with it?
A follow-up issue from #42 .
From @jonathanKingston :
The current code for data capture does not account for this, though since we do capture first party requests to third parties, the edge between the two sites would be represented on a directed force graph already.
Do we want to capture this information, and if so, how? What would we do with it?