about summary refs log tree commit diff stats
path: root/config.toml
blob: 8c661849ed6a94ef3644700ddca4533f8a6f58ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
base_url = "https://searchix.alanpearce.eu"

[content-security-policy]
default-src = [
  "'self'",
]
image-src = [
  "http://gc.zgo.at",
]
script-src = [
  "http://gc.zgo.at",
]
require-trusted-types-for = [
  "'script'",
]

[headers]
x-content-type-options = "nosniff"