Skip to content

Commit 5f974dc

Browse files
authored
Publish Latest 2024-12-03 (#434)
Updates based on OWASP/wstg@1a0af01
1 parent 38daeaa commit 5f974dc

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

latest/6-Appendix/F-Leveraging_Dev_Tools.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,24 @@ Opening Dev Tools can be accomplished in a number of ways.
2424
5. Via the web page right-click context menu and then selecting `Inspect Element` in Mozilla Firefox.
2525
6. Via the triple dot 'kabob' menu in Google Chrome then selecting `More Tools` and then `Developer Tools`.
2626
7. Via the triple line 'hamburger' (or 'pancake') menu in Mozilla Firefox then selecting `Web Developer` and then `Toggle Tools`.
27-
8. Via the gear icon settings menu in Edge/IE then selecting `Developer Tools`.
2827

2928
> NOTE: The majority of the instructions below assume that Dev Tools is already open or active.
3029
3130
## Capabilities
3231

33-
| Functionality | Chrome* | Firefox | Edge/IE | Safari |
34-
|-----------------------|:-------:|:-------:|:-------:|:------:|
35-
| User-Agent Switching | Y | Y | Y | Y |
36-
| Edit/Resend Requests | Y | Y | N | N |
37-
| Cookie Editing | Y | Y | Y | N |
38-
| Local Storage Editing | Y | Y | Y | N |
39-
| Disable CSS | Y | Y | Y | Y |
40-
| Disable JavaScript | Y | Y | N | Y |
41-
| View HTTP Headers | Y | Y | Y | Y |
42-
| Screenshots | Y | Y | Y | N |
43-
| Offline Mode | Y | Y | N | N |
44-
| Encoding and Decoding | Y | Y | Y | Y |
45-
| Responsive Design Mode| Y | Y | Y | Y |
32+
| Functionality | Chrome* | Firefox | Safari |
33+
|-----------------------|:-------:|:-------:|:------:|
34+
| User-Agent Switching | Y | Y | Y |
35+
| Edit/Resend Requests | Y | Y | N |
36+
| Cookie Editing | Y | Y | N |
37+
| Local Storage Editing | Y | Y | N |
38+
| Disable CSS | Y | Y | Y |
39+
| Disable JavaScript | Y | Y | Y |
40+
| View HTTP Headers | Y | Y | Y |
41+
| Screenshots | Y | Y | N |
42+
| Offline Mode | Y | Y | N |
43+
| Encoding and Decoding | Y | Y | Y |
44+
| Responsive Design Mode| Y | Y | Y |
4645

4746
`*` Anything that applies to Google Chrome should be applicable to all Chromium based applications. (Which includes Microsoft rebadging Edge around 2019/2020.)
4847

0 commit comments

Comments
 (0)