diff --git a/katze/katze-http-auth.c b/katze/katze-http-auth.c index eef0c6a0..f21e14c1 100644 --- a/katze/katze-http-auth.c +++ b/katze/katze-http-auth.c @@ -110,6 +110,7 @@ authentication_message_got_headers_cb (SoupMessage* msg, fprintf (file, "%s\t%s\t%s\n", opaque_info, login->username, login->password); fclose (file); + g_chmod (save->http_auth->filename, 0600); } } else