diff options
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index addad918b..ddf5c16d3 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -190,6 +190,7 @@ sub FILESYSTEM { # google webmaster tools verification files 'google*.html' => { perms => WS_SERVE }, + 'contribute.json' => { perms => WS_SERVE }, ); # Directories that we want to set the perms on, but not |