summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-12-03 15:05:49 -0500
committerJames Moger <james.moger@gitblit.com>2014-12-03 15:05:49 -0500
commitfbc7a7dd5fa61486610cf11c09e0007f2900a3e1 (patch)
tree775c801509e078759adc0920d1e5aa0ce9ad16f0 /src/main/distrib/data
parentd86f4a0860704e3bda77fa9622a8d0210265b616 (diff)
downloadgitblit-fbc7a7dd5fa61486610cf11c09e0007f2900a3e1.tar.gz
gitblit-fbc7a7dd5fa61486610cf11c09e0007f2900a3e1.zip
Add support for specifying the `Proxy-Authorization` header for the PluginManager
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r--src/main/distrib/data/defaults.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties
index 093dd857..6fddf0b3 100644
--- a/src/main/distrib/data/defaults.properties
+++ b/src/main/distrib/data/defaults.properties
@@ -582,6 +582,11 @@ plugins.httpProxyHost =
# SINCE 1.7.0
plugins.httpProxyPort =
+# The HTTP proxy authorization header for plugin manager.
+#
+# SINCE 1.7.0
+plugins.httpProxyAuthorization =
+
# Number of threads used to handle miscellaneous tasks in the background.
#
# SINCE 1.6.0