1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 23:56:22 -07:00

Finish browser-based template editor, resolves issue #90

This commit is contained in:
Eggbertx 2023-12-26 17:02:09 -08:00
parent 6fbfb731bd
commit e968dc875a
9 changed files with 134 additions and 20 deletions

View file

@ -7,7 +7,7 @@ local url = require("url")
local check_key_url = "https://rest.akismet.com/1.1/verify-key"
local base_headers = {}
base_headers["User-Agent"] = "gochan/3.8 | Akismet/0.1"
base_headers["User-Agent"] = "gochan/3.9 | Akismet/0.1"
base_headers["Content-Type"] = "application/x-www-form-urlencoded"
local key = "" -- read from akismet_key.txt