Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -r1.62 -r1.63 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 3 Nov 2018 19:00:47 -0000 1.62 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 14 Nov 2018 18:29:55 -0000 1.63 @@ -196,7 +196,8 @@ # set is_embedded_request [expr { [string match "image/*" $content_type] - || $content_type in { application/vnd.apple.mpegurl video/MP2T text/css application/javascript application/x-javascript } + || [string match "video/*" $content_type] + || $content_type in { application/vnd.apple.mpegurl text/css application/javascript application/x-javascript } }] if {[info exists $var] && !$is_embedded_request && !${:off}} { #ns_log notice "### already $var"