File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -726,14 +726,12 @@ def GetSources():
726726 # browser, see the call to CreateBrowserSync.
727727 g_browserSettings = {
728728 # "plugins_disabled": True,
729- "file_access_from_file_urls_allowed" : True ,
730- "universal_access_from_file_urls_allowed" : True ,
729+ # "file_access_from_file_urls_allowed": True,
730+ # "universal_access_from_file_urls_allowed": True,
731731 }
732732
733733 # Command line switches set programmatically
734734 switches = {
735- "allow-file-access-from-files" : "" ,
736- "allow-file-access" : "" ,
737735 # "proxy-server": "socks5://127.0.0.1:8888",
738736 # "no-proxy-server": "",
739737 # "enable-media-stream": "",
Original file line number Diff line number Diff line change @@ -726,14 +726,12 @@ def GetSources():
726726 # browser, see the call to CreateBrowserSync.
727727 g_browserSettings = {
728728 # "plugins_disabled": True,
729- "file_access_from_file_urls_allowed" : True ,
730- "universal_access_from_file_urls_allowed" : True ,
729+ # "file_access_from_file_urls_allowed": True,
730+ # "universal_access_from_file_urls_allowed": True,
731731 }
732732
733733 # Command line switches set programmatically
734734 switches = {
735- "allow-file-access-from-files" : "" ,
736- "allow-file-access" : "" ,
737735 # "proxy-server": "socks5://127.0.0.1:8888",
738736 # "no-proxy-server": "",
739737 # "enable-media-stream": "",
You can’t perform that action at this time.
0 commit comments