You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that common though? The thinking was to align with Resource Timing on URLs that are fetched (that API does not trim URL names) but to not store the enormous URL for inline images which are in data: URLs.
If we wanted to consistently truncate all URLs, rather than to rely on a convention which works well most but not all of the time, we discussed some options today:
Truncate all URLs, but increase the number of codepoints to something larger, like 1k-4k
Truncate all URLs to 100 code points-- but then also add a hash of the full URL
Why special case data: URLs? Other URLs can be thousands of code points as well...
The text was updated successfully, but these errors were encountered: