-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
Firefoxspecific to Firefoxspecific to Firefox
Description
Prerequisites
- I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the uAssets issue tracker.
- This is NOT a YouTube, Facebook or Twitch report. These sites MUST be reported by clicking their respective links.
- This is not a support issue or a question. For support, questions, or help, visit /r/uBlockOrigin.
- I performed a cursory search of the issue tracker to avoid opening a duplicate issue.
- The issue is not present after disabling uBO in the browser.
- I checked the documentation to understand that the issue I am reporting is not normal behavior.
I tried to reproduce the issue when...
- uBO is the only extension.
- uBO uses default lists and settings.
- using a new, unmodified browser profile.
Description
when i use goflix.sbs##+js(nosiif)
on firefox android, it does not log setInterval call
<script>
setInterval(function(){
$("form").submit();
}, 2000);
</script>
when i set breakpoint at setInterval , i see the script
A specific URL where the issue occurs.
https://goflix.sbs/en/mirror/96e887fdaeb95099124dfdae16748ef0
Steps to Reproduce
- Add in my filters
goflix.sbs##+js(nosiif)
||goflix.sbs^$document,csp=sandbox allow-same-origin allow-scripts allow-modals allow-orientation-lock allow-pointer-lock allow-presentation allow-top-navigation allow-popups,badfilter
- navigate to https://goflix.sbs/en/mirror/96e887fdaeb95099124dfdae16748ef0
- ad redirect is seen
Expected behavior
i could see logging in ublock logger & thus foil ad redirect with goflix.sbs##+js(nosiif, /\.submit/, 2000)
Actual behavior
can't see setInterval call being logged
uBO version
1.61
Browser name and version
firefox android 132.0
Operating System and version
android 12
Metadata
Metadata
Assignees
Labels
Firefoxspecific to Firefoxspecific to Firefox