Content differences:
--- /etc/gitlab/gitlab.rb.orig
+++ /etc/gitlab/gitlab.rb
@@ -202,7 +202,7 @@
'SSL_CERT_DIR' => '/etc/ssl/certs',
}
-nginx['custom_gitlab_server_config'] = "location ~* ^(?:(?!admin).)*/runners/(1484|1504)/edit$ {\n deny all;\n}\n\nif ($http_user_agent ~* \"Chrome\\/[0-9]{1,2}\\.\") {\n return 403;\n}\n\nif ($http_user_agent ~* \"Chrome\\/1([0-1][0-9]|2[0-5])\\.\") {\n return 403;\n}\n"
+nginx['custom_gitlab_server_config'] = "location ~* ^(?:(?!admin).)*/runners/(1484|1504)/edit$ {\n deny all;\n}\n\nif ($http_user_agent ~* \"Chrome\\/[0-9]{1,2}\\.\") {\n return 403;\n}\n\nif ($http_user_agent ~* \"Chrome\\/1([0-1][0-9]|2[0-5])\\.\") {\n return 403;\n}\n\nif ($http_user_agent = \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\") {\n return 403;\n}\n"
logging['logrotate_frequency'] = "daily"
logging['logrotate_maxsize'] = "5G"