about summary refs log tree commit diff stats
path: root/config.toml
blob: 9ecaa6e6a76b6abaff9da481af7ff04dc3bbc408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"