change default cache directory for unix systems
Use either $XDG_CACHE_HOME or ~/.cache (if the former isn't set) and store potentially sensitive cookies and tokens in a user's home directory and not in the world-readable /tmp.
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.9.1-dev"
|
||||
__version__ = "1.10.0-dev"
|
||||
|
||||
Reference in New Issue
Block a user