From 5d5910a4b973cb422fcaeccef240f315ea1561b8 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 21 May 2023 22:53:17 +0800 Subject: [PATCH] disable cookie --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index f8b18f3..6351176 100644 --- a/config.toml +++ b/config.toml @@ -14,6 +14,7 @@ defaultContentLanguageInSubdir= true # use icon https://github.com/matcornic/hugo-theme-learn/issues/363 [params] + disable_cookie = true editURL = "https://github.com/rustdesk/doc.rustdesk.com/edit/master/content/" description = "Documentation for RustDesk" author = "RustDesk"