Skip to content

Commit b9e4fde

Browse files
committed
enable goat counter
1 parent d9d35a9 commit b9e4fde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ csp = [
6161
{ directive = "script-src", domains = ["'self'"] },
6262
{ directive = "style-src", domains = ["'self'", "'unsafe-inline'"] },
6363
{ directive = "frame-src", domains = ["https://player.vimeo.com", "https://www.youtube-nocookie.com", "https://toot.community"] },
64-
{ directive = "connect-src", domains = ["https://toot.community"] },
64+
{ directive = "connect-src", domains = ["https:/", "toot.community/", "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)