Skip to content

Conversation

NotAProton
Copy link
Member

@NotAProton NotAProton commented Sep 8, 2023

NOTICE I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

Fixes: Use DeclarativeNetRequest instead of webRequest

  • I made sure there are no unnecessary changes in the code*
  • Tested on Chromium- Chrome Windows
  • Tested on Firefox

* indicates required

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Download the artifacts for this pull request:

@NotAProton NotAProton changed the title Tracker block Mv3: Add tracker bypass and IP logger blocking Sep 8, 2023
@NotAProton NotAProton linked an issue Sep 9, 2023 that may be closed by this pull request
trackerInfoElement.textContent = brws.i18n.getMessage('trackerBypassedError');
trackerInfoElement.classList.add('text-warn');
setTimeout(() => {
if (trackerUrl) window.location.replace(trackerUrl);

Check warning

Code scanning / CodeQL

Client-side cross-site scripting

Cross-site scripting vulnerability due to [user-provided value](1).
@lostdusty lostdusty self-requested a review September 12, 2023 08:50
@NotAProton NotAProton merged commit ff66ba3 into FastForwardTeam:manifest-v3 Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trackers bypasses not working

6 participants