cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
671
Views
10
Helpful
2
Replies

ssl vpn html-content-filter images

abcdrohan
Level 1
Level 1

Hi

I am trying to do content-filtering over ssl VPN (clientless) on ASA 5505

Above command is supposed to block anything with img html tag but it doesn't seem to be doing so.   

# sh run group-policy

group-policy clientless-grp-policy internal

group-policy clientless-grp-policy attributes

dns-server value 8.8.8.8

vpn-tunnel-protocol webvpn

split-tunnel-policy tunnelall

webvpn

  url-list value bookmark

  html-content-filter java images cookies

  svc ask enable default webvpn

             

#sh run tunnel-group

tunnel-group clientless-tunnel type remote-access

tunnel-group clientless-tunnel general-attributes

default-group-policy clientless-grp-policy

tunnel-group clientless-tunnel webvpn-attributes

group-alias clientless-alias enable

What am I missing here? or am I just misunderstanding how this works?

Thanks!

1 Accepted Solution

Accepted Solutions

Hi,

How does it work for you?

html-content-filter

Thanks.

Portu.

View solution in original post

2 Replies 2

Hi,

How does it work for you?

html-content-filter

Thanks.

Portu.

Hi

That's the one I tried to use if you look at my group-policy but it dosn't work. Images with img tag still show up