CallBackery
view release on metacpan or search on metacpan
If set to true, it makes the form field reload its value when "a triggerFormReset => true happens".
If set to false, no update happens.
If reloadOnFormReset is not set, the old behavior applies. (contrib by @maettu)
0.32.6 2020-04-28 11:33:40 +0200 Tobias Oetiker <tobi@oetiker.ch>
- make js source compatible with qx 5 compiler
0.32.5 2020-04-20 14:19:59 +0200 Tobias Oetiker <tobi@oetiker.ch>
- remove content-type headers ... it gets set automatically
0.32.4 2020-04-19 15:01:34 +0200 Tobias Oetiker <tobi@oetiker.ch>
- increment id
0.32.3 2020-04-17 17:34:07 +0200 Tobias Oetiker <tobi@oetiker.ch>
- include upload button
0.32.2 2020-04-17 17:23:54 +0200 Tobias Oetiker <tobi@oetiker.ch>
lib/CallBackery.pm view on Meta::CPAN
A hash of headers to set on every response to ask the webbrowser to
help us fight the bad guys.
=cut
has securityHeaders => sub { {
# prevent click jacking
'X-Frame-Options' => 'SAMEORIGIN',
# some magic browser based anti xss action
'X-XSS-Protection' => '1; mode=block',
# the browser should obej the servers settings regarding content-type
'X-Content-Type-Options' => 'nosniff',
# do not store our data ever
'Pragma' => 'private',
}};
=head2 rpcServiceNamespace
our rpc service namespace
=cut
( run in 0.803 second using v1.01-cache-2.11-cpan-d7f47b0818f )