Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating links to the "Load GPT from recommended host" audit documentation. Resolves #344. #345

Merged
merged 1 commit into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/audits/loads-ad-tag-over-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Ensures that ad tag library scripts are being requested securely. This not only
provides better security for your users, it also improves performance. Since ad
requests issued by GPT always use HTTPS, loading the library itself from the
[recommended host](./loads-gpt-from-sgdn.md) via HTTPS ensures that the browser
only needs to open 1 connection for all requests related to ad serving.
[recommended host](./loads-gpt-from-official-source.md) via HTTPS ensures that the
browser only needs to open 1 connection for all requests related to ad serving.


Note: This should only fail on non-secure websites, as most secure websites will
Expand Down
2 changes: 1 addition & 1 deletion docs/audits/tag-load-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ this time:
* [Avoid render-blocking resources](./ad-render-blocking-resources.md)
* [Load ad scripts statically](./script-injected-tags.md)
* [Load ad tag asynchronously](./async-ad-tags.md)
* [Load GPT from recommended host](./loads-gpt-from-sgdn.md)
* [Load GPT from recommended host](./loads-gpt-from-official-source.md)

## More information

Expand Down