projectmonke / PrimatePack

The Primate Pack is a suite of extensions for Caido.
Creative Commons Zero v1.0 Universal
10 stars 0 forks source link

Focusing causing Embedder iframe to break the main Caido window. #2

Closed projectmonke closed 1 month ago

projectmonke commented 1 month ago

A focus on the embedded page would break the main Caido window due to a lack of isolation.

projectmonke commented 1 month ago

A hotfix has been deployed to plugin.zip in v2.0.0. The code will be updated in the next release, probably next week (v2.0.1). Thanks to Iieitaimus for helping with squashing this pesky bug. The fix applies a sandbox to the iframe to prevent unwanted behaviour from leaking into the main Caido interface.