I need to block https://www.website.com
I put mikrotik bridge after internet gateway and tried with web proxy:

> ip firewall nat print
0 ;;; default configuration
chain=srcnat action=masquerade to-addresses=0.0.0.0
out-interface=wlan1-gateway
1 chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80,8080,443
ip proxy print
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: webmaster
max-cache-size: unlimited
cache-on-disk: no
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: system
> ip proxy access print detail
0 dst-address=88.44.63.170 dst-port="" action=deny hits=0
1 dst-address=62.211.67.37 dst-port="" action=deny hits=0
2 dst-address=82.53.187.74 dst-port="" action=deny hits=0
but I still can access to website.com
where am I going wrong?
thanks