.mode tabs .output cookies.txt select case when isHttpOnly = '0' then '' else '#HttpOnly_' end || host, case when substr( host, 1, 1 ) = '.' then 'TRUE' else 'FALSE' end, path, case when isSecure = '0' then 'FALSE' else 'TRUE' end, expiry, name, value from moz_cookies;