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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
Implement cookie prompts that would allow users to choose which sites' cookies they want to allow forever / for session, or deny.
Firefox does not have that core mechanism any longer (since version 44.0), and other browsers (except legacy IE) never had this in the first place.
Also, create relevant options in settings:
Accept all cookies
Block third-party cookies
Ask anytime (causes prompts)
Each cookie prompt should appear once for each site, since in Firefox, a prompt was thrown for each cookie (there were up to 77 per domain, IIRC).
Adding this feature should reduce the amount of issue requests wrt individual sites.
Bonus: Add information about the domain and suggestions (based on lists) —
Good domain with message in green backgorund,
questionable/unknown content with yellow background,
bad domain in red.
This all would most likely require a proper cookie manager.
Once implemented, release a video advertisement. It may be bad form to say bad things about competitors, but it pays off to say how awesome this new feature is that you recently added.
Platform: All
Brave Version (revision SHA):
N/A
Steps to reproduce:
1.
2.
3.
Actual result:
Expected result:
Browse to website
Browser throws cookie prompt for cookies that the site and third parties want to store
User clicks on Allow | All For Session | Never to "Do you want to allow cookies from this domain?"
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Is this an issue in the currently released version?
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
Implement cookie prompts that would allow users to choose which sites' cookies they want to allow forever / for session, or deny.
Firefox does not have that core mechanism any longer (since version 44.0), and other browsers (except legacy IE) never had this in the first place.
Also, create relevant options in settings:
Each cookie prompt should appear once for each site, since in Firefox, a prompt was thrown for each cookie (there were up to 77 per domain, IIRC).
Adding this feature should reduce the amount of issue requests wrt individual sites.
Bonus: Add information about the domain and suggestions (based on lists) —
This all would most likely require a proper cookie manager.
Once implemented, release a video advertisement. It may be bad form to say bad things about competitors, but it pays off to say how awesome this new feature is that you recently added.
Platform: All
Brave Version (revision SHA):
N/A
Steps to reproduce:
1.
2.
3.
Actual result:
Expected result:
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Is this an issue in the currently released version?
Can this issue be consistently reproduced?
Extra QA steps:
1.
2.
3.
Screenshot if needed:
Any related issues:
Block/allow cookie based on hostname pattern #4629 Individual Cookie management feature request #1991 Block Third Party Cookies -- Allow Users to Use a Global Exception List #1268, browser-android-tabs/#343
The text was updated successfully, but these errors were encountered: