mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 03:50:13 +02:00
fix: cache 400 and 404, and refactor token auth (#4388)
* fix(cache): also cache 400 and 404 responses * refactor(token_auth)
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<?= e($message) ?>
|
||||
</p>
|
||||
|
||||
<form action="" method="get">
|
||||
<form action="" method="get" autocomplete="off">
|
||||
<label for="token">Token:</label>
|
||||
<input type="password" name="token" id="token" placeholder="token">
|
||||
<input type="text" name="token" id="token" placeholder="token" value="<?= e($token) ?>">
|
||||
<input type="submit" value="OK">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user