Skip to content

Commit cd620eb

Browse files
authored
Add "Hide extension URLS" recommendation
1 parent 26bd4b0 commit cd620eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/en/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The console looks like this:
2525

2626
![A screenshot of the developer tools open in a browser](../../images/0/1e.png)
2727

28-
Make sure that the <i>Network</i> tab is open, and check the <i>Disable cache</i> option as shown. <i>Preserve log</i> can also be useful: it saves the logs printed by the application when the page is reloaded.
28+
Make sure that the <i>Network</i> tab is open, and check the <i>Disable cache</i> option as shown. <i>Preserve log</i> can also be useful (it saves the logs printed by the application when the page is reloaded) as well as "Hide extension URLs"(hides requests of any extensions installed in the browser, not shown in the picture above).
2929

3030
**NB:** The most important tab is the <i>Console</i> tab. However, in this introduction, we will be using the <i>Network</i> tab quite a bit.
3131

0 commit comments

Comments
 (0)