Skip to content

Commit 14549f9

Browse files
authored
fix chrome devtools docs link
1 parent db734e9 commit 14549f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/fallctf-2025/web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can use [CyberChef](https://gchq.github.io/CyberChef/) to decode many common
7070

7171
## Overriding Web Content
7272

73-
Sometimes, you'll want to manually override some parts of a webpage's contents in order to make debugging easier. Follow [Google Chrome's documentation "Override web content and HTTP response headers locally"](https://developer.chrome.com/docs/DevTools/overrides) for the specifics of how to override scripts and files.
73+
Sometimes, you'll want to manually override some parts of a webpage's contents in order to make debugging easier. Follow [Google Chrome's documentation "Override web content and HTTP response headers locally"](https://developer.chrome.com/docs/devtools/overrides) for the specifics of how to override scripts and files.
7474
### Why would I want to do this?
7575

7676
Often websites have security checks on the client rather than on the server. This is insecure because the client "owns" the scripts running on their machines and can modify them as they see fit.
@@ -166,4 +166,4 @@ Be careful when exfiltrating data to make sure the data on the page you are tryi
166166
window.addEventListener('load', () => {
167167
// ... your code here
168168
});
169-
```
169+
```

0 commit comments

Comments
 (0)