privacybadger icon indicating copy to clipboard operation
privacybadger copied to clipboard

bestiefy.com broken

Open ghost opened this issue 3 years ago • 3 comments

What is your browser and browser version?

Firefox 103 on Windows 11

What is broken and where?

After pressing the first button in quizes, you cannot automatically or manually progress through the other questions. Bestiefy is supposed to automatically move on to the next question after you answered the earlier one.

What is the "culprit" domain?

bestiefy.com breaks due to window.tyche.addUnits and window.tyche.removeUnits from cdn.intergi.com and cdn.intergient.com being referenced by the normal non-spyware code. It is good that tyche and its associated fingerprinting is blocked, however, this breaks some sites.

What is your debug output for this domain?

To get the debug output, please see the instructions link above.



**** ACTION_MAP for intergi.com
intergi.com {
  "userAction": "",
  "dnt": false,
  "heuristicAction": "block",
  "nextUpdateTime": 0
}
cdn.intergi.com {
  "userAction": "",
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1659325730798
}
**** SNITCH_MAP for intergi.com
intergi.com [
  "coolmathgames.com",
  "newser.com",
  "symbaloo.com"
]



**** ACTION_MAP for intergient.com
intergient.com {
  "userAction": "",
  "dnt": false,
  "heuristicAction": "block",
  "nextUpdateTime": 0
}
cdn.intergient.com {
  "userAction": "",
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1659393087565
}
**** SNITCH_MAP for intergient.com
intergient.com [
  "chess.com",
  "blu-ray.com",
  "coolmathgames.com"
]

ghost avatar Jul 30 '22 17:07 ghost

Hello and thank you for the report!

(This was addressed in uAssets by ignoring scripts from cdn.intergient.com and cdn.intergi.com on bestiefy.com: https://github.com/uBlockOrigin/uAssets/commit/fdb80f0a8babd5db61f9e3ca22a797a6b17b89c0)

ghostwords avatar Aug 29 '22 13:08 ghostwords

Are there other examples of breakages caused by blocking intergient.com/window.ramp/window.tyche/Playwire?

ghostwords avatar Dec 16 '22 16:12 ghostwords

More potential breakage examples: https://github.com/EFForg/privacybadger/pull/2865#issuecomment-1356077655

Should look into fixing this with a surrogate script: https://github.com/EFForg/privacybadger/pull/2865#issuecomment-1355151256

ghostwords avatar Dec 19 '22 20:12 ghostwords