Skip to content

Commit 4fd4869

Browse files
unknownunknown
authored andcommitted
Adds a registry tweak to the setup for IE for the download of files.
1 parent 4ca5833 commit 4fd4869

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SeleniumBasicSetup.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Name: "{group}\Start PhantomJS"; Filename: "{app}\Scripts\StartPhantomJS.vbs"
136136

137137
;IE tweaks: Allow file navigation
138138
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN"; ValueName: "iexplore.exe"; ValueType: dword; ValueData: 0; Components: pkg_ie;
139+
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD"; ValueName: "iexplore.exe"; ValueType: dword; ValueData: 0; Components: pkg_ie;
139140

140141
;IE tweaks: Maintain a connection to the instance (for IE11)
141142
Root: HKCU; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE"; ValueName: "iexplore.exe"; ValueType: dword; ValueData: 0; Components: pkg_ie;

0 commit comments

Comments
 (0)