##// END OF EJS Templates
fix: auth. Disable httpostargs until auth problems are resolved
super-admin -
r1284:e0dbbf3d default
parent child Browse files
Show More
@@ -137,7 +137,7 b' def make_hg_ui_from_config(repo_config):'
137 137 baseui.setconfig(b'ui', b'quiet', b'true')
138 138
139 139 # use POST requests with args instead of GET with headers - fixes issues with big repos with lots of branches
140 baseui.setconfig(b'experimental', b'httppostargs', b'true')
140 baseui.setconfig(b'experimental', b'httppostargs', b'false')
141 141
142 142 return baseui
143 143
General Comments 0
You need to be logged in to leave comments. Login now