Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Hkp
New Contributor

How to block streaming sites and exclude Youtube

Hello there,

 

I want to block streaming sites but I have to exclude Youtube. I have just tried it with "Web Rating Overrides" and added youtube.com. Now Youtube is reachable but video content is still blocked.

 

And Amazon Video service is working, because Amazon URL category is shopping. Is it possible to block only URL path "/PrimeVideo" ?

 

Thanks a lot. 

1 REPLY 1
ericli_FTNT
Staff
Staff

Hkp wrote:

Hello there,

 

I want to block streaming sites but I have to exclude Youtube. I have just tried it with "Web Rating Overrides" and added youtube.com. Now Youtube is reachable but video content is still blocked.

 

And Amazon Video service is working, because Amazon URL category is shopping. Is it possible to block only URL path "/PrimeVideo" ?

 

Thanks a lot. 

Hi Hkp,

 

please see attachment as the GUI config of the application control profile. or CLI as below:

 

 

config application list
    edit "default"
        set comment "Monitor all applications."
        config entries
            edit 1
                set application 16420 17396 23397 25564 30201 31076 31077 33104 38569 41598
                set action pass
                set log disable
            next
            edit 2
                set category 5
            next
            edit 3
                set action pass
            next
        end
    next
end

Labels
Top Kudoed Authors