Since the update to the latest versioin 24.6.2 I'm facing frequent crashing of Task Scheduler or it does not start at all.
Attached a screenshot.
Hopefully this can be fixed in one of the next releases.
Thank you :)
alt text
I wrote some code with execute code
'request_deny(".jpg")!
request_deny(".png")!
request_deny(".gif")!
request_deny(".svg")!
request_deny(".bmp")!
request_deny(".woff2")!
request_deny("www.googletagmanager.com")!
request_deny("inews.gtimg.com")!'
But I can still see the picture test url : https://new.qq.com/rain/a/20220405A07WON00

@shortwalk said in Why can't I block pictures with execute code?:
I wrote some code with execute code
'request_deny(".jpg")!
request_deny(".png")!
request_deny(".gif")!
request_deny(".svg")!
request_deny(".bmp")!
request_deny(".woff2")!
request_deny("www.googletagmanager.com")!
request_deny("inews.gtimg.com")!'But I can still see the picture test url : https://new.qq.com/rain/a/20220405A07WON00
Try using this mask:
*.gtimg.*
