Skip to content

Commit

Permalink
Updating links to the "Load GPT from recommended host" audit document…
Browse files Browse the repository at this point in the history
…ation. Resolves #344.

PiperOrigin-RevId: 449350117
  • Loading branch information
jimper authored and copybara-github committed May 18, 2022
1 parent a06faba commit e6771eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit e6771eb

Please sign in to comment.