Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #198602 aol.com #198891

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix #198602 aol.com #198891

wants to merge 2 commits into from

Conversation

ntnguyen1234
Copy link
Member

Issue: #198602

I see the connections https://s.yimg.com/ss/analytics3.js, not sure if it's good to block it?

@Alex-302
Copy link
Member

Alex-302 commented Feb 18, 2025

I see the connections https://s.yimg.com/ss/analytics3.js, not sure if it's good to block it?

also tracking domain in this script:

||ganon.yahoo.com^
||udc.yahoo.com^

we have a URL rule for udc.yahoo.com. Please test with Yahoo Mail on Android or iOS, if all good when blocked this domain. If ok - remove existing rule and add domain blocking.

It seems the scrip can be blocked. Found also on engadget.com

@@ -316,6 +316,7 @@ scootertechno.com#$?#div[consent-skip-blocker] { remove: true; }
!
! NOTE: Regular rules
!
||guce.aol.com/consent/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#46736
in Safari consent redirection will be blocked (Safari Content Blocker API applies as strict-blocking)

On desktop and Android on my end these rules applied:

consent.yahoo.com#%#//scriptlet('trusted-click-element', '#consent-page .manage-settings')
consent.yahoo.com#%#//scriptlet('trusted-click-element', '#consent-page button[type="submit"][name="save"]')

Copy link
Member Author

@ntnguyen1234 ntnguyen1234 Feb 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... How about: ||guce.aol.com/gpc/ ? This is the iframe dedicated to GPC. I think it's different to the usual consent.


Or maybe

guce.aol.com#%#//scriptlet('trusted-click-element', 'button#login-form-gpc-donotallow')

?

@ntnguyen1234
Copy link
Member Author

||ganon.yahoo.com^
||udc.yahoo.com^

They work fine with yahoo mail android on my side.

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.

2 participants