summaryrefslogtreecommitdiffstats
path: root/src/test/resources/data/gnome_pac_script/.gconf/system/http_proxy/%gconf.xml
blob: 527b0bd2c8ade04ec69e04d8efa57ce58f97b7a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<gconf>
        <entry name="port" mtime="1243184973" type="int" value="8090">
        </entry>
        <entry name="use_same_proxy" mtime="1243184977" type="bool" value="false">
        </entry>
        <entry name="ignore_hosts" mtime="1243185198" type="list" ltype="string">
                <li type="string">
                        <stringvalue>localhost</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>127.0.0.0/8</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>*.local</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>no_proxy.unit-test.invalid</stringvalue>
                </li>
        </entry>
        <entry name="host" mtime="1243184967" type="string">
                <stringvalue>http_proxy.unit-test.invalid</stringvalue>
        </entry>
        <entry name="use_http_proxy" mtime="1243185310" type="bool" value="true">
        </entry>
</gconf>