chrome flags - weakish/cheat GitHub Wiki

  • Disable hyperlink auditing Disable sending hyperlink auditing pings. It protects privacy, saves bandwidth and helps reducing server load.
  • Reduce default 'referer' header granularity. If a page hasn't set an explicit referrer policy, setting this flag will reduce the amount of information in the 'referer' header for cross-origin requests.
  • Enable Download Resumption Allow downloads that have been interrupted to be continued or restarted, using the Resume context menu item.
  • Enable SPDY Protocol SPDY lets your browser request and download more data at the same time, which makes everything faster.
  • Enable Offline Auto-Reload Mode Pages that fail to load while the browser is offline will be auto-reloaded when the browser is online again.
  • Enable Offline Load Stale Button When a page fails to load, if a stale copy of the page exists in the browser, a button will be presented to allow the user to load that stale copy.
  • Simple Cache for HTTP The Simple Cache for HTTP is a new cache. It relies on the filesystem for disk space allocation. It reduce the amount of time it takes to re-validate cached files in your browser.
  • Enable TCP Fast Open It allows your browser to send additional data during the initial SYN connection (first part of TCP handshake), eliminating 1 round trip of TCP connection.
  • Ignore autocomplete='off' (Autofill) Ignore autocomplete='off' for forms that Chrome can Autofill with credit card or address data.
  • Enables the website settings manager In 'Web content' you can manage location, media and notifications permissions on a per website basis.
  • Enable tab audio muting UI control The audio indicators in the tab strip double as tab audio mute controls. This also adds commands in the tab context menu for quickly muting multiple selected tabs.