mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: update README and various components for improved formatting and error handling; enhance login functionality with password encryption
This commit is contained in:
parent
ee13960f0b
commit
fd2ba525f9
12 changed files with 304 additions and 168 deletions
|
@ -9,9 +9,15 @@ export default defineNuxtConfig({
|
|||
"/go/**": { ssr: true },
|
||||
"/find/**": { ssr: true },
|
||||
// Send ZIP bombs to troll bots
|
||||
"/wp-admin/**": { redirect: "https://s3.yhw.tw/data/def-zip-bomb/wp-admin.php.zip" },
|
||||
"/xmlrpc.php": { redirect: "https://s3.yhw.tw/data/def-zip-bomb/xmlrpc.php.zip" },
|
||||
"/wp-login.php": { redirect: "https://s3.yhw.tw/data/def-zip-bomb/wp-login.php.zip" },
|
||||
"/wp-admin/**": {
|
||||
redirect: "https://s3.yhw.tw/data/def-zip-bomb/wp-admin.php.zip",
|
||||
},
|
||||
"/xmlrpc.php": {
|
||||
redirect: "https://s3.yhw.tw/data/def-zip-bomb/xmlrpc.php.zip",
|
||||
},
|
||||
"/wp-login.php": {
|
||||
redirect: "https://s3.yhw.tw/data/def-zip-bomb/wp-login.php.zip",
|
||||
},
|
||||
},
|
||||
|
||||
css: ["~/styles/main.css"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue