Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • W webext-sdk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • eyeo
  • adblockplus
  • abc
  • webext-sdk
  • Issues
  • #109
Closed
Open
Created Sep 29, 2021 by Thomas Greiner@ThomasGreinerReporter

Document allowlisting still applied after URL changes

Environment

  • Browser and full version: Chrome 93.0.4577.63
  • Extension using this toolkit: test-mv2
  • Commit hash: e44dde9d

Steps to reproduce

  1. Load test extension.
  2. Run the following:
    • EWE.filters.add("****")
    • EWE.filters.add("@@||youtube.com/watch?v=BYQ8S5xtY68$document")
  3. Navigate to https://www.youtube.com/watch?v=BYQ8S5xtY68.
  4. Click on one of the suggested videos below the player.
  5. Reload the page (may require force reload due to caching).

Actual behavior

  • After 3) No requests are blocked.
  • After 4) No requests are blocked.
  • After 5) All requests are blocked (only some are blocked without force reload).

Expected behavior

  • After 3) No requests are blocked.
  • After 4) All requests are blocked.
  • After 5) All requests are blocked.

Further information

This issue was originally reported as eyeo/adblockplus/abpui/adblockplusui#1037 and may also affect other websites that don't cause page reloads when navigating between different pages.

Assignee
Assign to
Time tracking