urlmon: Fixed memory leaks in tests.
[wine] / dlls / urlmon / urlmon.rgs
1 HKCR
2 {
3     NoRemove PROTOCOLS
4     {
5         NoRemove Handler
6         {
7             ForceRemove cdl = s 'CDL: Asynchronous Pluggable Protocol Handler'
8             {
9                 val CLSID = s '{3dd53d40-7b8b-11d0-b013-00aa0059ce02}'
10             }
11             ForceRemove file = s 'file:, local: Asynchronous Pluggable Protocol Handler'
12             {
13                 val CLSID = s '{79eac9e7-baf9-11ce-8c82-00aa004ba90b}'
14             }
15             ForceRemove local = s 'file:, local: Asynchronous Pluggable Protocol Handler'
16             {
17                 val CLSID = s '{79eac9e7-baf9-11ce-8c82-00aa004ba90b}'
18             }
19             ForceRemove ftp = s 'ftp: Asynchronous Pluggable Protocol Handler'
20             {
21                 val CLSID = s '{79eac9e3-baf9-11ce-8c82-00aa004ba90b}'
22             }
23             ForceRemove gopher = s 'gopher: Asynchronous Pluggable Protocol Handler'
24             {
25                 val CLSID = s '{79eac9e4-baf9-11ce-8c82-00aa004ba90b}'
26             }
27             ForceRemove http = s 'http: Asynchronous Pluggable Protocol Handler'
28             {
29                 val CLSID = s '{79eac9e2-baf9-11ce-8c82-00aa004ba90b}'
30             }
31             ForceRemove https = s 'https: Asynchronous Pluggable Protocol Handler'
32             {
33                 val CLSID = s '{79eac9e5-baf9-11ce-8c82-00aa004ba90b}'
34             }
35             ForceRemove mk = s 'mk: Asynchronous Pluggable Protocol Handler'
36             {
37                 val CLSID = s '{79eac9e6-baf9-11ce-8c82-00aa004ba90b}'
38             }
39         }
40         NoRemove Filter
41         {
42             ForceRemove deflate = s 'AP Deflate Encoding/Decoding Filter'
43             {
44                 val CLSID = s '{8f6b0360-b80d-11d0-a9b3-006097942311}'
45             }
46             ForceRemove gzip = s 'AP Deflate Encoding/Decoding Filter'
47             {
48                 val CLSID = s '{8f6b0360-b80d-11d0-a9b3-006097942311}'
49             }
50             ForceRemove lzdhtml = s 'AP Deflate Encoding/Decoding Filter'
51             {
52                 val CLSID = s '{8f6b0360-b80d-11d0-a9b3-006097942311}'
53             }
54         }
55     }
56 }
57 HKCU
58 {
59     NoRemove Software
60     {
61         NoRemove Microsoft
62         {
63             NoRemove Windows
64             {
65                 NoRemove CurrentVersion
66                 {
67                     NoRemove 'Internet Settings'
68                     {
69                         val 'User Agent' = s 'Mozilla/4.0 (compatible; MSIE 8.0; Win32)'
70                     }
71                 }
72             }
73         }
74     }
75 }