Skip to content

Commit e3c743f

Browse files
authored
Fix typo in cookies.md (#4035)
1 parent c92bfa5 commit e3c743f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/en/2024/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can learn more about the methodology applied by the HTTP Archive for the Web
117117
- Data is collected by automatically visiting websites in a non-interactive way; user interaction could modify the way websites set and use cookies in practice. For example, HTTP Archive's tools do not interact with cookie banners (if any) and so cookies that would be set after interaction with these banners are not observed by our study.
118118
- Websites are visited from servers located in the US that have no cookie set when each independent website visit starts; this is quite different from a user accumulating and saving web cookies while browsing the web. The location from which visits are performed can impact cookie behavior due to regulation and legislation such as <a hreflang="en" href="https://gdpr-info.eu/">GDPR</a>.
119119
- For each website, the home page is visited as well as one other page from the same website.
120-
- Most of the results presented in this chapter are based on the top one million most visited websites according to the [Chrome User Experience Report (CrUX}](https://developer.chrome.com/docs/crux) that were successfully reached during the HTTP Archive crawl of June 2024.
120+
- Most of the results presented in this chapter are based on the top one million most visited websites according to the [Chrome User Experience Report (CrUX)](https://developer.chrome.com/docs/crux) that were successfully reached during the HTTP Archive crawl of June 2024.
121121
- The cookies collected for the analysis in this chapter were obtained at the end of the visit of each website page by extracting all cookies stored by the web browser in its cookie jar. As a result, the collected data only contains cookies that are deemed valid by the web browser and successfully set. Thus, if websites attempt to set invalid cookies (too large, attributes mismatch, etc.) they would be missing from our analysis.
122122

123123
### Notes

0 commit comments

Comments
 (0)