Skip to content

Commit

Permalink
Fixed netlog capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meenan committed Jan 7, 2020
1 parent f1adb4a commit f9de4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/chrome_android.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'--disable-external-intent-requests',
'--enable-remote-debugging',
'--disable-browser-side-navigation',
'--net-log-capture-mode=IncludeCookiesAndCredentials'
'--net-log-capture-mode=IncludeSensitive'
]

HOST_RULES = [
Expand Down
2 changes: 1 addition & 1 deletion internal/chrome_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'--safebrowsing-disable-auto-update',
'--disable-background-timer-throttling',
'--disable-browser-side-navigation',
'--net-log-capture-mode=IncludeCookiesAndCredentials',
'--net-log-capture-mode=IncludeSensitive',
'--load-media-router-component-extension=0'
]

Expand Down

0 comments on commit f9de4b6

Please sign in to comment.