Changes between Version 17 and Version 18 of Ticket #7305
- Timestamp:
- 03/01/2019 01:39:04 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7305 – Description
v17 v18 44 44 45 45 === Expected behavior === 46 - Both frames load success efully46 - Both frames load successfully 47 47 - Request to ad.htm is not shown in DevTools as being blocked 48 48 … … 53 53 54 54 === Further information === 55 Chrome doesn't notify us of the anonymous frame with the srcdoc attribute. Therefore the extension doesn't know which frame the ad.htm request originated from. Due to that the exception rule is not applied and the request gets blocked.55 Chrome doesn't notify us of the anonymous frame with the `srcdoc` attribute. Therefore the extension doesn't know which frame the ad.htm request originated from. Due to that the exception rule is not applied and the request gets blocked. [https://bugs.chromium.org/p/chromium/issues/detail?id=937264 See Chromium issue 937264].