From 967f6fdf5c1693d3aa27079b3ae28768fb7356c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 16:24:45 +0200 Subject: feat: make configuration optional --- config.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 config.toml (limited to 'config.toml') 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" -- cgit 1.4.1