You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The website https://bpstat.bportugal.pt/dominios/28/ sets the bdp_use_cookies cookie to notagree when you do not agree to the cookie prompt. agree is already an accepted value for the set-cookie scriptlet
A specific URL where the issue occurs.
https://bpstat.bportugal.pt/dominios/28/
Steps to Reproduce
Try the rule bpstat.bportugal.pt##+js(set-cookie, bdp_use_cookies, notagree).
Observe the cookie prompt on the website is not dismissed
In devtools, observe that bdp_use_cookies is not set.
Try the rule bpstat.bportugal.pt##+js(set-cookie, bdp_use_cookies, agree).
Observe the cookie prompt on the website is dismissed
In devtools, observe that bdp_use_cookies is correctly set.
Expected behavior
notagree should have been accepted as a safe value.
This discussion was converted from issue #3815 on September 28, 2025 21:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue template checkboxes
Description
The website
https://bpstat.bportugal.pt/dominios/28/
sets thebdp_use_cookies
cookie tonotagree
when you do not agree to the cookie prompt.agree
is already an accepted value for the set-cookie scriptletA specific URL where the issue occurs.
https://bpstat.bportugal.pt/dominios/28/
Steps to Reproduce
bpstat.bportugal.pt##+js(set-cookie, bdp_use_cookies, notagree)
.bdp_use_cookies
is not set.bpstat.bportugal.pt##+js(set-cookie, bdp_use_cookies, agree)
.bdp_use_cookies
is correctly set.Expected behavior
notagree
should have been accepted as a safe value.Actual behavior
notagree
is not accepted as a safe value.Proposed fix
The following patch should fix the issue:
I tried to submit a pull request, but GitHub won’t let me:
uBO version
1.66.4
Browser name and version
Firefox 143.0.1
Operating System and version
macOS Sequoia 15.7
Beta Was this translation helpful? Give feedback.
All reactions