General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Disable Java and Flash?
Posted by: I am running Windows XP
Date: April 14, 2014 09:35PM

Hi

Where disable java and flash?


I still use Windows XP. Make more secure XP use K-Meleon sandboxie software.

Options: ReplyQuote
Re: Disable Java and Flash?
Posted by: Zero3K
Date: April 14, 2014 09:55PM

Click Tools, Privacy in order to see the options for disabling them.

Options: ReplyQuote
Re: Disable Java and Flash?
Posted by: guenter
Date: April 15, 2014 12:08PM

Quote
I am running Windows XP
Hi

Where disable java and flash?


I still use Windows XP. Make more secure XP use K-Meleon sandboxie software.

To toggle Java on the fly for pages that You do not trust You can use the button in the privacy bar. View -> Toolbars and activate it.


To get an extra button on the privacy bar that toggles Flash You need this script which is AFAIK by naruman.

Open editor an save the code as flash.kmm in ./K-Meleon/macros.

Also create a folder /K-Meleon/skins/default (can already be created by previous macros that shipped a pic). Extract the pics from my attached default7z and drop them there. It also has pics from another macro hope You do not mind, I zipped and attached on the fly.

Greetings to Suomi from Lower Saxony. guenter

p.s. Maybe update Flash and Java for security while XP SP3 is still supported?

Put the flash plugin into ./K-Meleon/plugins that way it should also run in the sandbox.

Also put the the Java support plugin into K-Meleon Plugin folder. The version Mozilla plugin that is supported depends on the K-Meleon version. And activate that the sandbox also boxes the Java Vitual Machine in Program Files/....


# Begin code

$pref_Objects="permissions.default.object";
$pref_DomStorage="dom.storage.enabled";

pref_ToggleObjects{
macroinfo=_("Toggle object loading");
menuchecked=(getpref(INT,$pref_Objects)==2);
togglepref(INT,$pref_Objects,1,2); &_pref_SyncButtons2;
statusbar(sub("%s",getpref(INT,$pref_Objects)==2?$off:$on,_("Object loading %s")));
}
pref_ToggleDomStorage{
macroinfo=_("Toggle DomStorage-supercookies");
menuchecked=!getpref(BOOL,$pref_DomStorage);
togglepref(BOOL,$pref_DomStorage); &_pref_SyncButtons2;
statusbar(sub("%s",!getpref(BOOL,$pref_DomStorage)?$off:$on,_("DomStorage support %s")));
}

# ----PRIVATE

# Menu Integration
_pref_BuildMenu2{
setmenu(_Privacy_Settings,macro,"Block &Objects",pref_ToggleObjects);
setmenu(_Privacy_Settings,macro,"Block DOM SuperCookies",pref_ToggleDomStorage);
}
$OnInit=$OnInit."_pref_BuildMenu2;";

# Toolbar Integration
_pref_SyncButtons2{
pluginmsg(toolbars,"CheckButton","&Privacy Bar,macros(pref_ToggleObjects),".(getpref(INT,$pref_Objects)==2?1:0));
#pluginmsg(toolbars,"CheckButton","&Privacy Bar,macros(pref_ToggleDomStorage),".(getpref(BOOL,$pref_DomStorage)?0:1));
}
_pref_BulidToolbar{
$info =_("Block Flash Objects");
$info1 =_("Block Flash Coockes");
pluginmsg(toolbars,"AddButton","&Privacy Bar,Flash OnOff,macros(pref_ToggleObjects),,".$info.",64,13,Flash.bmp[1],Flash.bmp[0],","");
#pluginmsg(toolbars,"AddButton","&Privacy Bar,Storage OnOff,macros(pref_ToggleDomStorage),,".$info1.",64,13,Flash.bmp[3],Flash.bmp[2],","");
}


$OnSetup=$OnSetup."_pref_BulidToolbar;";
$OnLoad=$OnLoad."_pref_SyncButtons2;";
$OnStartup=$OnStartup."_pref_SyncButtons2;";



Edited 1 time(s). Last edit at 04/15/2014 12:16PM by guenter.

Attachments: default.7z (1.2 KB)  
Options: ReplyQuote
XP
Posted by: I am still usin Windows XP
Date: April 16, 2014 08:45PM

Thanks, i was looking browser configuration and preferences...

But idont use earlier K-Meleon.

Options: ReplyQuote
Re: XP
Posted by: JamesD
Date: April 16, 2014 09:52PM

For Flash you can try EDIT - PREFERENCES - PAGE DISPLAY - CONTENT FILTERS and check the box labeled "Enable Flashblock".

Options: ReplyQuote


K-Meleon forum is powered by Phorum.