38
edits
(→Privacy: JSON vs Javascript) |
(→Privacy: clarify my intended meaning) |
||
| Line 68: | Line 68: | ||
The saved session data is also cleared upon receiving the "browser:purge-session-history" notification. | The saved session data is also cleared upon receiving the "browser:purge-session-history" notification. | ||
The data is stored on disk as a serialized javascript data structure (though it | The data is stored on disk as a serialized javascript data structure (though it's possible that it will be converted to JSON once that becomes natively supported by Gecko/Spidermonkey). An open question is to whether this should be encrypted in some manner. See the Discussion page for more ideas about this. | ||
= To-do = | = To-do = | ||
edits