forked from I2P_Developers/i2p.i2p
* Eepsite: Set no-cache in redirecting page
This commit is contained in:
@ -7,8 +7,10 @@
|
||||
#
|
||||
-->
|
||||
<head>
|
||||
<!-- remove the following line to stop redirecting to the help page -->
|
||||
<!-- remove the following three lines to stop redirecting to the help page -->
|
||||
<meta http-equiv="refresh" content="1;url=/help/" />
|
||||
<meta http-equiv="pragma" content="no-cache">
|
||||
<meta http-equiv="cache-control" content="no-cache">
|
||||
<title>I2P Anonymous Webserver</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user