Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -N -r1.126.2.24 -r1.126.2.25 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 28 Nov 2019 12:10:03 -0000 1.126.2.24 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 26 Jan 2020 17:10:18 -0000 1.126.2.25 @@ -1847,21 +1847,21 @@ set ::acs::pass_password_as_query_variable 0 ad_proc -public security::set_client_property_password {password} { - + Convenience function for remembering user password as client property rather than passing it as query parameter. - @see security::get_client_property_password + @see security::get_client_property_password } { ad_set_client_property -persistent f acs-admin user-password $password } ad_proc -public security::get_client_property_password {password} { - + Convenience function for retrieving user password from client property @see security::set_client_property_password - + } { return [ad_get_client_property acs-admin user-password] } @@ -2699,7 +2699,7 @@ security::csp::require img-src 'self' security::csp::require font-src 'self' security::csp::require base-uri 'self' - security::csp::require connect-src 'self'; + security::csp::require connect-src 'self' # # Some browser (safari, chrome) need "font-src data:", maybe