Skip to content

Commit

Permalink
Item11194: Protect statistics by default.
Browse files Browse the repository at this point in the history
This script can create a huge workload on the server.

git-svn-id: http://svn.foswiki.org/branches/Release01x01@13160 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 21, 2011
1 parent f140c40 commit 81901ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ $Foswiki::cfg{LoginManager} = 'Foswiki::LoginManager::TemplateLogin';
# to require a valid user for access to these scripts. <code>edit</code> and
# <code>save</code> should be removed from this list if the guest user is permitted to
# edit topics without authentication.
$Foswiki::cfg{AuthScripts} = 'attach,edit,manage,rename,save,upload,viewauth,viewfileauth,previewauth,rdiffauth,restauth,rest';
$Foswiki::cfg{AuthScripts} = 'attach,compareauth,edit,manage,previewauth,rdiffauth,rename,rest,restauth,save,statistics,upload,viewauth,viewfileauth';

# **BOOLEAN EXPERT**
# Browsers typically remember your login and passwords to make authentication
Expand Down

0 comments on commit 81901ec

Please sign in to comment.