Some commercial server implementations do have options like
AllowForwardingPort number
DenyForwardingPort number
AllowForwardingTo 3000
DenyForwardingTo 8080
However latest version of OpenSSH comes with permitopen="host

ort"
It will limit local ssh –L port forwarding such that it may only connect to the specified host and port.
For example, if you want to allow port forwarding to a remote imap server called "server.nixcraft.in", add
permitopen="server.nixcraft.in:143". See man page for example.