You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Designs/javascript.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,8 @@ function Watchdog()
131
131
'<li>Start <b>msedge.exe</b> with command line option <b>--profile-directory=Default --allow-file-access-from-files</b></li></ul></li>'+
132
132
'<li><u>Opera</u>:<br/>'+
133
133
'<ul><li>Shutdown all running instances of the browser (kill the processes) making sure startup parameters are loaded properly int the next step.</li>'+
134
-
'<li>Start <b>launcher.exe</b> with command line option <b>--allow-file-access-from-files</b></li></ul></li>'+
134
+
'<li>Older versions: Start <b>launcher.exe</b> with command line option <b>--allow-file-access-from-files</b></li>'+
135
+
'<li>Newer versions: Start <b>opera.exe</b> with command line option <b>--allow-file-access-from-files</b></li></ul></li>'+
135
136
'<li><u>Firefox</u>:<br/>'+
136
137
'<ul><li>Change the security policy in the browser settings <b>"about:config" -> "security.fileuri.strict_origin_policy" -> false</b>.<br/>'+
137
138
'But keep in mind that this is a global settings, which means you should enable this only for offline/trusted websites!</li></ul></li>'+
0 commit comments