tavern / SillyTavern-1.13.0 /default /public /error /forbidden-by-whitelist.html
liucy98's picture
Upload 910 files
d44b3c1 verified
raw
history blame contribute delete
472 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Forbidden</title>
</head>
<body>
<h1>Forbidden</h1>
<p>
If you are the system administrator, add your IP address to the
whitelist or disable whitelist mode by editing
<code>config.yaml</code> in the root directory of your installation.
</p>
<hr />
<p>
<em>Connection from {{ipDetails}} has been blocked. This attempt
has been logged.</em>
</p>
</body>
</html>