Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ff8ff20

Browse files
committed
added links to instructions for inspecting network activity in browsers
1 parent e864d17 commit ff8ff20

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

cs50.dev.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,17 @@ If on a corporate or school network that blocks any of the above, you might need
167167

168168
First of all, make sure all the required [domains](https://cs50.readthedocs.io/cs50.dev/#domains) are not blocked by your device or internet environment.
169169

170-
Check that you have a stable internet connection and that your company network is not blocking the connection. If possible, check logging for rejected connections on your device.
170+
Check that you have a stable internet connection and that your home, school, or company network is not blocking the connection. If possible, check logging for rejected connections on your device.
171171

172-
If you see rejected connections, make sure the domains documented by the `/meta` REST API endpoint are not blocked by your firewall. For more information, see ["REST API endpoints for meta data."](https://docs.github.com/en/rest/meta/meta#get-github-meta-information)
172+
To inspect network activity in your browser, follow one of these instructions:
173+
174+
* [Chrome](https://developer.chrome.com/docs/devtools)
175+
* [FireFox](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/)
176+
* [Safari](https://developer.apple.com/documentation/safari-developer-tools/inspecting-safari-macos)
177+
178+
If you see rejected connections, make sure the domains documented by the `/meta` REST API endpoint are not blocked by your firewall. Again, in other words, none of [these domains](https://cs50.readthedocs.io/cs50.dev/#domains) should be blocked.
179+
180+
Optional: For more information, see ["REST API endpoints for meta data."](https://docs.github.com/en/rest/meta/meta#get-github-meta-information)
173181

174182
You can run this command in your terminal to get the list of domains required by GitHub Codespaces:
175183

0 commit comments

Comments
 (0)