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
Seems like it may be possible to hook a websocket, though some Javascript wizardry.
A post on stackoverflow talks about the possibility of doing so, via replacing the constructor by having the extension inject a content script. Our new implementation needs to then conform to the websocket interface.
Since websockets are plaintext this should be another easy place to examine traffic and search for PII to third party referrers.
The text was updated successfully, but these errors were encountered:
Seems like it may be possible to hook a websocket, though some Javascript wizardry.
A post on stackoverflow talks about the possibility of doing so, via replacing the constructor by having the extension inject a content script. Our new implementation needs to then conform to the websocket interface.
Since websockets are plaintext this should be another easy place to examine traffic and search for PII to third party referrers.
The text was updated successfully, but these errors were encountered: