aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 204803a..c593db9 100644
--- a/main.go
+++ b/main.go
@@ -376,6 +376,7 @@ func sendFlash(w http.ResponseWriter, r *http.Request, name, s string) {
Name: name,
Value: str,
MaxAge: 0,
+ Path: "/",
// Only https on qutebrowser
//Secure: true,
HttpOnly: true,