Modify access rules
diff --git a/project.config b/project.config
index 50ad0ac..216abf6 100644
--- a/project.config
+++ b/project.config
@@ -1,7 +1,5 @@
 [project]
 	description = Access inherited by all other projects.
-[plugin "its-bugzilla"]
-	enabled = true
 [receive]
 	requireContributorAgreement = false
 	requireSignedOffBy = false
@@ -16,6 +14,7 @@
 	read = group Administrators
 	read = group Anonymous Users
 [access "refs/for/refs/*"]
+	push = group Anonymous Users
 	push = group Registered Users
 	pushMerge = group Registered Users
 	submit = group Registered Users
@@ -70,3 +69,5 @@
 	value =  0 No score
 	value = +1 Verified
 	defaultValue = 0
+[plugin "its-bugzilla"]
+	enabled = true