Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Rules for Streaming Media Filtering

You can create rules for streaming media filtering, for example, to block or allow web objects that belong to this media type.

These rules use the StreamDetector.IsMediaStream property to find out whether a web object is streaming media.

The following rule blocks access to streaming media:

Name  
Block access to streaming media  
Criteria Action
StreamDetector.IsMediaStream<Streaming Detection> equals true –> Block<Streaming Media Blocked>

This rule allows access to streaming media:

Name  
Allow access to streaming media  
Criteria Action
StreamDetector.IsMediaStream<Streaming Detection> equals true –> Continue

 

  • Was this article helpful?