@@ -55,15 +55,10 @@ toc_inline = true
5555# Keep in mind that although this can potentially increase security,
5656# it can break some stuff, in which case you will need to set custom policy.
5757csp = [
58- { directive = " font-src" , domains = [" 'self'" ] },
59- { directive = " img-src" , domains = [" 'self'" , " https:" , " data:" ] },
60- { directive = " media-src" , domains = [" 'self'" , " https:" ] },
6158 { directive = " script-src" , domains = [" 'self'" ] },
6259 { directive = " style-src" , domains = [" 'self'" , " 'unsafe-inline'" ] },
63- { directive = " frame-src" , domains = [" https://player.vimeo.com" , " https://www.youtube-nocookie.com" , " https://toot.community" ] },
6460 { directive = " connect-src" , domains = [" https://toot.community" ] },
65- { directive = " base-uri" , domains = [" 'none'" ] },
66- { directive = " form-action" , domains = [" 'none'" ] }
61+ { directive = " content-src" , domains = [" https://davisraym.goatcounter.com" ] }
6762]
6863
6964[extra .nav ]
@@ -115,10 +110,10 @@ show_qr = false
115110[extra .goatcounter ]
116111# Your GoatCounter server; goatcounter.com is used by default.
117112#
118- # host = "YOUR_SERVER "
119- #
113+ host = " goatcounter.com "
114+
120115# Your GoatCounter username
121- # user = "duckquill "
116+ user = " davisraym "
122117
123118[extra .debug ]
124119# Display outlines around all elements for debugging purposes
0 commit comments