We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab29ad commit 8778869Copy full SHA for 8778869
overrides/path/prepend.php
@@ -1,7 +1,7 @@
1
<?php
2
stream_context_set_default(
3
array(
4
- 'http' => array('proxy' => 'localhost:8000')
+ 'http' => array('proxy' => str_replace('http://', '', getenv('HTTPS_PROXY')))
5
)
6
);
7
0 commit comments