Skip to content

Commit 1eb566b

Browse files
committed
enable goat counter
1 parent d9d35a9 commit 1eb566b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ csp = [
6060
{ directive = "media-src", domains = ["'self'", "https:"] },
6161
{ directive = "script-src", domains = ["'self'"] },
6262
{ directive = "style-src", domains = ["'self'", "'unsafe-inline'"] },
63-
{ directive = "frame-src", domains = ["https://player.vimeo.com", "https://www.youtube-nocookie.com", "https://toot.community"] },
64-
{ directive = "connect-src", domains = ["https://toot.community"] },
63+
{ directive = "frame-src", domains = [] },
64+
{ directive = "connect-src", domains = ["davisraym.goatcounter.com/"] },
6565
{ directive = "base-uri", domains = ["'none'"] },
6666
{ directive = "form-action", domains = ["'none'"] }
6767
]
@@ -115,10 +115,10 @@ show_qr = false
115115
[extra.goatcounter]
116116
# Your GoatCounter server; goatcounter.com is used by default.
117117
#
118-
# host = "YOUR_SERVER"
119-
#
118+
host = "goatcounter.com"
119+
120120
# Your GoatCounter username
121-
# user = "duckquill"
121+
user = "davisraym"
122122

123123
[extra.debug]
124124
# Display outlines around all elements for debugging purposes

0 commit comments

Comments
 (0)