mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Allow use of Proxy (#3284)
* Proxy config * Disable proxy for localhost & local LAN * No_proxy is now configurable
This commit is contained in:
@@ -834,6 +834,10 @@ func (mockGlobalConfig) GetPythonPath() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (mockGlobalConfig) GetProxy() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func TestSubScrape(t *testing.T) {
|
||||
retHTML := `
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user