X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb.pm;h=bce6c3879afe43c1c15a72bc9851673c9ace8ef1;hb=07cc5bb211b600980b44cb28ec892a6cdd109437;hp=a28ef0e33330880db5f1dcacd6f47bda7d81f0cb;hpb=d9dfc5fc3673befcc6b386a91416bc2b7cfa26c8;p=ndwebbie.git diff --git a/lib/NDWeb.pm b/lib/NDWeb.pm index a28ef0e..bce6c38 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,6 +97,7 @@ __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//]); =head1 NAME