Security Advisories (1)
CPANSA-GBrowse-2017-01 (2017-01-15)

An attacker is able to delete other users' accounts. No httponly cookie flag. Cross-site scripting vulnerability in generation of citation text.

plugin_setting()

$value = = $browser->plugin_setting("option_name");

When called in the context of a plugin, returns the setting for the requested option. The option must be placed in a [PluginName:plugin] configuration file section:

[MyPlugin:plugin]
foo = bar

Now within the MyPlugin.pm plugin, you may call $browser->plugin_setting('foo') to return value "bar".