set h [ns_conn outputheaders] ns_set update $h Content-Security-Policy {connect-src 'self';default-src 'self';font-src 'self' maxcdn.bootstrapcdn.com fisheye.openacs.org data:;form-action 'self';frame-ancestors 'self';img-src ipv6-test.com 'self';object-src 'none';report-uri /SYSTEM/csp-collector.tcl;script-src maxcdn.bootstrapcdn.com 'unsafe-inline' 'self' 'nonce-8554CCCA49DB84A8CD8D3100C738F66D273D745E';style-src maxcdn.bootstrapcdn.com 'self' 'unsafe-inline';base-uri 'self';} ns_set update $h Expires "Tue, 30 Apr 2019 09:47:53 GMT" ns_set update $h Pragma no-cache ns_set update $h Cache-Control no-cache set fn /var/www/openacs.org/www/view2.html set F [open $fn]; set content [read $F]; close $F ns_return 200 text/html $content