web proxy account spam

in my system logging i have:

10 account memory

yet i keep seeing these annoying messages that filling the log window :: (see attached)
web-proxy account.png

does nobody know how to filter this so it wont show?

Your web proxy is currently in OPEN RELAY mode, which is terrible and can create various legal problems for you, :laughing:

Create a new rule in IP / FILTER which Block TCP port 8080 on INPUT CHAIN on WAN interface.
This way no one from the internet can use your web proxy.

like this?

X ;;; proxy is NOT a Open Proxy
chain=input action=drop protocol=tcp in-interface=Net-5 dst-port=8080

Yeah like it