X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb.pm;h=d7aec9695d2374bb9310aa1f3c1d38aaff1bb333;hb=b00d7995de3f6eb15560b5ae9dac75f12e248b13;hp=a28ef0e33330880db5f1dcacd6f47bda7d81f0cb;hpb=d9dfc5fc3673befcc6b386a91416bc2b7cfa26c8;p=ndwebbie.git diff --git a/lib/NDWeb.pm b/lib/NDWeb.pm index a28ef0e..d7aec96 100644 --- a/lib/NDWeb.pm +++ b/lib/NDWeb.pm @@ -52,6 +52,7 @@ __PACKAGE__->setup(qw/ -Debug ConfigLoader Static::Simple + Unicode Authentication Authentication::Store::NDWeb @@ -96,7 +97,9 @@ __PACKAGE__->deny_access_unless('/intel/naps',[qw/intel_naps/]); __PACKAGE__->deny_access_unless('/jsrpc',[qw//]); __PACKAGE__->allow_access_if('/jsrpc/end',1); __PACKAGE__->deny_access_unless('/forum/allUnread',[qw//]); +__PACKAGE__->deny_access_unless('/forum/privmsg',[qw//]); __PACKAGE__->deny_access_unless('/settings',[qw//]); +__PACKAGE__->deny_access_unless('/textexport/alliance',[qw/textexport_alliance/]); =head1 NAME