How to reproduce:
- Navigate to https://eoft.es/
- Click on Girona
- Attempt to buy a ticket
- In the checkout form, attempt to autofill the email via the context menu. An alias is generated and reserved, but is not populated in the html input element.
RCA: The checkout form is a nested iframe. The content script of an extension is not injected on nested frames unless the all_frames: true attribute is set in manifest.json: https://stackoverflow.com/questions/3937355/accessing-iframes-from-a-chrome-content-script-extension?rq=4
How to reproduce:
RCA: The checkout form is a nested iframe. The content script of an extension is not injected on nested frames unless the
all_frames: trueattribute is set inmanifest.json: https://stackoverflow.com/questions/3937355/accessing-iframes-from-a-chrome-content-script-extension?rq=4