diff options
Diffstat (limited to 'auth/sample/public/iframe_denied_test.html')
-rw-r--r-- | auth/sample/public/iframe_denied_test.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/auth/sample/public/iframe_denied_test.html b/auth/sample/public/iframe_denied_test.html new file mode 100644 index 00000000..613e9c70 --- /dev/null +++ b/auth/sample/public/iframe_denied_test.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + +<iframe src="https://mithrilcsp.sbc.com:8095/gui/home"> + <p>Your browser does not support iframes.</p> +</iframe> + +</body> +</html> |