mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-10-05 06:11:53 +08:00
* feat: implement imprint/impressum support Closes #362 Signed-off-by: Xe Iaso <me@xeiaso.net> * chore(docs/anubis): enable an imprint Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: spelling Signed-off-by: Xe Iaso <me@xeiaso.net> * docs: fix the end of the sentence, comment out a default impressum Signed-off-by: Xe Iaso <me@xeiaso.net> * docs: link back to impressum page Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
10 lines
191 B
YAML
10 lines
191 B
YAML
bots:
|
|
- name: simple
|
|
action: CHALLENGE
|
|
user_agent_regex: Mozilla
|
|
|
|
impressum:
|
|
footer: "Hi these are WORDS on the INTERNET."
|
|
page:
|
|
title: Test
|
|
body: <p>This is a test</p>
|