Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
A
adblockpluscore
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 7
    • Merge Requests 7
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • eyeo
  • adblockplus
  • adblockpluscore
  • Issues
  • #212

Closed
Open
Opened May 19, 2020 by Alexandru Daniel Roman@a.romanDeveloper

iframe properties unreachable by abort-on-property-read/write snippets

Background

One of the CV provider use browser engine native functions like "attachShadow" from an iframe's window. With abort-on-property-read/write, we can only tackle the properties of the global window object. We need to find a way to tackle those properties that are not currently accessible.

What to change

I see 2 possible approaches:

  • making 2 new snippets (eg. abort-on-iframe-property-read/write)
  • add an option to existing snippets to support iframe properties also

Maybe we can discuss here and see the possible solutions to this.

/cc @hfiguiere @agiammarchi @skipintro @u.bernitt @amakram @a.omar

Edited May 19, 2020 by Alexandru Daniel Roman
Assignee
Assign to
ABP 3.10.1
Milestone
ABP 3.10.1
Assign milestone
Time tracking
None
Due date
None
Reference: eyeo/adblockplus/adblockpluscore#212