| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Subproject commit 4aacaa165bb602de929db8c20a7aaa02b166e706please revert
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Subproject commit 4aacaa165bb602de929db8c20a7aaa02b166e706Jack Franklinplease revert
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
AI: Fix cross-origin data leak in AccessibilityAgent
Update AccessibilityAgent and its markdown renderer to verify that
resolved DOM nodes belong to the main frame. This prevents the agent
from being manipulated via prompt injection into extracting sensitive
data (such as ARIA attributes or computed styles) from cross-origin
iframes.
This change includes:
- A frame ID check in AccessibilityAgent.#resolvePathToNode.
- A frame ID check in AccessibilityAgentMarkdownRenderer.#linkifyPath.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |