Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TemplatePaths = map[string]string{ "/home": "home", "/": "home", "/login": "login", "/register": "register", "/profile": "profile", "/search/skills": "search/skills", "/search/minigames": "search/minigames", "/ml/skills": "ml/skills", "/ml/minigames": "ml/minigames", } ALLOWED_DOMAINS = map[string]string{ "script": "https://*.hcaptcha.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net", "style": "https://*.hcaptcha.com https://fonts.googleapis.com https://cdn.jsdelivr.net", "img": "https://*.hcaptcha.com https://cdnjs.cloudflare.com", "font": "https://fonts.googleapis.com https://fonts.gstatic.com https://cdnjs.cloudflare.com", "frame": "https://hcaptcha.com https://*.hcaptcha.com", "connect": "https://hcaptcha.com https://*.hcaptcha.com", } )
Functions ¶
func CreateTemplates ¶
func NonceAndCSPMiddleware ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.