From c0b5d80a4605ac3511a71ba3b315b6dc8e14cf5f Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Wed, 13 Jul 2016 00:37:03 -0400 Subject: Bug 1286012 - file perms --- Bugzilla/Install/Filesystem.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') 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 -- cgit v1.2.3-24-g4f1b