forked from I2P_Developers/i2p.i2p
* I2PTunnelHTTPClient: Reject 192.168.*
This commit is contained in:
@@ -5,7 +5,7 @@ Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<html><head>
|
||||
<title>I2P Warning: Request Denied</title>
|
||||
<title>I2P Error: Request Denied</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
</head>
|
||||
@@ -18,6 +18,7 @@ Proxy-Connection: close
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<h3>Warning: Localhost Access</h3>
|
||||
Your browser is misconfigured. Do not use the proxy to access the router console or other localhost destinations.
|
||||
<h3>Error: Local Access</h3>
|
||||
Your browser is misconfigured. Do not use the proxy to access the router console,
|
||||
localhost, or local LAN destinations.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user