about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 9ecaa6e..0000000
--- a/config.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-base_url = "https://searchix.alanpearce.eu"
-data_path = "./data"
-
-[content-security-policy]
-default-src = [
-  "'self'",
-]
-image-src = [
-  "http://gc.zgo.at",
-]
-script-src = [
-  "'self'",
-  "http://gc.zgo.at",
-]
-require-trusted-types-for = [
-  "'script'",
-]
-
-[headers]
-x-content-type-options = "nosniff"