We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d992b9 commit cf421c0Copy full SHA for cf421c0
1 file changed
app/assets/javascripts/language_selector.js
@@ -8,7 +8,7 @@ $(document).on("click", "#select_language_dialog [data-language-code]", function
8
form.elements.language.value = code;
9
form.submit();
10
} else {
11
- Cookies.set("_osm_locale", code, { secure: true, path: "/", samesite: "lax" });
+ Cookies.set("_osm_locale", code, { path: "/", samesite: "lax" });
12
location.reload();
13
}
14
});
0 commit comments