From Fedora Project Wiki

Revision as of 11:27, 29 March 2017 by Szidek (talk | contribs) (Created page with "{{QA/Test_Case |description=Connecting with FUTURE profile to common websites |actions= It would be great if you could try connecting to sites that you normally connect to, bu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Connecting with FUTURE profile to common websites


How to test

It would be great if you could try connecting to sites that you normally connect to, but I understand if you have privacy concerns.

  1. TODO provide default file
  2. Export https sites from Firefox
    for f in $(find ~/.mozilla/firefox/ -name places.sqlite); do
    sqlite3 $f 'select distinct substr(replace(url, "https://", ""), 0, instr(replace(url, "https://", ""), "/")) from moz_places where url like 'https://%';' >>sites.txt
    done
    cat sites.txt |sort |uniq >sites.new; mv -f sites.new sites.txt
    ...
  3. TODO export from Chrome

Expected Results

  1. TODO