-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Apply exclusions to redirects #745
Conversation
ikreymer
commented
Jan 27, 2025
- if redirected page is excluded, block loading of page
- mark page as excluded, don't retry, and don't write to page list
- support generic blocking of pages based on initial page response
- fixes Ensure exclusions apply to pages that redirect #744
- if redirected page is excluded, block loading of page - mark page as excluded, don't retry, and don't write to page list - support generic blocking of pages based on initial page response - fixes #744
Additional testing: page includes share links to x.com and facebook.com, which should now be excluded Also have test in |
The manual testing example seems to work for Facebook but not for X - I'm still seeing it redirect to x.com in the screencast and the logs include lines such as: {
"timestamp": "2025-01-28T18:14:10.328Z",
"logLevel": "info",
"context": "behaviorScript",
"message": "Behavior log",
"details": {
"state": {
"tweets": 0,
"images": 0,
"videos": 0,
"threads": 1
},
"msg": "done!",
"page": "https://x.com/intent/post?via=TaraRecupervel&related=wordpressdotcom&text=IMG_1188&url=https%3A%2F%2Ftararecuperavel.org%2F2014%2F01%2F09%2Filha-de-plastico-chega-a-praia-do-baleal%2Fimg_1188%2F&mx=2",
"workerid": 0
}
}
{
"timestamp": "2025-01-28T18:14:10.833Z",
"logLevel": "info",
"context": "behavior",
"message": "Run Script Finished",
"details": {
"frameUrl": "https://x.com/intent/post?via=TaraRecupervel&related=wordpressdotcom&text=IMG_1188&url=https%3A%2F%2Ftararecuperavel.org%2F2014%2F01%2F09%2Filha-de-plastico-chega-a-praia-do-baleal%2Fimg_1188%2F&mx=2",
"page": "https://tararecuperavel.org/2014/01/09/ilha-de-plastico-chega-a-praia-do-baleal/img_1188/?share=twitter&nb=1",
"workerid": 0
}
} (pretty printed for legibility) |
Ah, it didn't work because the redirect was still to |