mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
urlmon: Set user agent registry.
This commit is contained in:
parent
1e9c996711
commit
9fed06b057
1 changed files with 9 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue