-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not allow the user to specify the proxy in PackageKit.conf
Allowing the user to specify it in the repo file, the config file and the session is kinda crazy. PackageKit is a helper for the session rather than a policy daemon, so allowing a system-wide override is kinda crazy.
- Loading branch information
Showing
3 changed files
with
20 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,21 +46,6 @@ DefaultBackend=@defaultbackend@ | |
# default=false | ||
UseSyslog=false | ||
|
||
# Proxy settings, uncomment as required | ||
# | ||
# NOTE: PackageKit does not use these settings, they are passed to backends. | ||
# Backends may ignore these values. If either of ProxyHTTP or ProxyFTP | ||
# are set then the users proxy settings are ignored. | ||
# | ||
# They are in the format username:password@server:port | ||
# | ||
# ProxyHTTP=username:[email protected]:8080 | ||
# ProxyHTTPS=username:[email protected]:8080 | ||
# ProxyFTP=server.lan:21 | ||
# ProxySOCKS=server.lan:21 | ||
# NoProxy=internal.webserver | ||
# PAC=/etc/proxy.pac | ||
|
||
# Scan installed desktop files when we update or install packages | ||
# | ||
# NOTE: Don't enable this for backends that are slow doing SearchFile() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters