File: post_preserve.template

package info (click to toggle)
libapache2-mod-auth-openidc 2.4.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,972 kB
  • sloc: ansic: 22,277; makefile: 157; sh: 2
file content (16 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<title>Preserving...</title>		
		<script type="text/javascript">
			function preserveOnLoad() {
				sessionStorage.setItem('mod_auth_openidc_preserve_post_params', JSON.stringify(%s));
				window.location='%s';
			}
		</script>
	</head>
	<body onload="preserveOnLoad()">
		<p>Preserving...</p>
	</body>
</html>