Index: openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/tcl/Attic/proctoring-support-init.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl 7 Apr 2021 11:45:56 -0000 1.1.2.2 +++ openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl 9 Feb 2022 14:10:55 -0000 1.1.2.3 @@ -17,3 +17,6 @@ -timeout $cache_timeout \ -expires $cache_expires -- $cache_name $cache_size +foreach m {GET POST} { + ns_register_filter -- postauth $m * ::proctoring::enforce_filter +}