General
: K-Meleon Forum
General discussion about K-Meleon.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] This is not perfect as someone could remove the macro, but if they don't know to look for it . . . [b]SecureCache.kmm[/b] [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage2) # # ---------- SecureCache.kmm # ---------- K-Meleon Macro Language turn off cache for encryped items --------- # # Dependencies : main.kmm # Resources : # Preferences : "browser.cache.disk_cache_ssl" bool # Version : 1.0 2011-12-14 # Author : JamesD # -------------------------------------------------------------------------------- _SecureCache_AutoDisable { getpref(BOOL,"browser.cache.disk_cache_ssl") ? setpref(BOOL,"browser.cache.disk_cache_ssl", false) : 0; } # - - - - - - - - - - - - - - - - - - - $OnLoad=$OnLoad."_SecureCache_AutoDisable;"; $macroModules=$macroModules."SecureCache;"; [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development