Skip to content
Snippets Groups Projects

Make GitLab pages support access control

Merged Tuomo Ala-Vannesluoma requested to merge tuomoa/gitlab-foss:auth into master
Compare and
13 files
+ 127
17
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -41,6 +41,6 @@ def update
private
def project_params
params.require(:project).permit(:pages_https_only)
+5
params.require(:project).permit(:pages_https_only, :pages_access_control)
end
end
Loading