| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | protected function proxySettings() { |
||
| 42 | // iOS 5 and 6 do not support the Proxy auto-detect block properly, so |
||
| 43 | // override the function to do nothing. |
||
| 44 | // it might support the force_proxy_ settings, but there are so few |
||
| 45 | // specimen of that iOS version remaining that it's not worth the effort |
||
| 46 | // to write the code |
||
| 47 | return ""; |
||
| 48 | } |
||
| 51 |