Commit 9fed06b0 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Set user agent registry.

parent 1e9c9967
......@@ -3,11 +3,11 @@ Signature="$CHICAGO$"
[RegisterDll]
AddReg=Classes.Reg, Protocols.Reg, ZoneMap.Reg, Zones.Reg
AddReg=Classes.Reg, Protocols.Reg, ZoneMap.Reg, Zones.Reg, Misc.Reg
[UnregisterDll]
DelReg=Classes.Reg, Protocols.Reg, ZoneMap.Reg, Zones.Reg
DelReg=Classes.Reg, Protocols.Reg, ZoneMap.Reg, Zones.Reg, Misc.Reg
[Classes.Reg]
......@@ -460,9 +460,16 @@ HKCU,"%ZONES_UNTRUSTED%","1E05",0x10003,0x10000
HKLM,"%ZONES_UNTRUSTED%","1E05",0x10003,0x10000
[Misc.Reg]
HKCU,"%INTERNET_SETTINGS%","User Agent",,"%USER_AGENT%"
[Strings]
MODULE="urlmon.dll"
USER_AGENT="Mozilla/4.0 (compatible; MSIE 8.0; Win32)"
INTERNET_SETTINGS="Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PATH_ZONEMAP="Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap"
PATH_ZONEMAP_PROTOCOLS="Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProtocolDefaults"
PATH_ZONEMAP_DOMAINS="Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment