This commit is contained in:
Zixaphir 2014-03-20 15:19:24 -07:00
parent 2ac35d9fc8
commit 4c52d0ee05

View File

@ -276,6 +276,7 @@ $.sync = do ->
$.desync = (key) -> delete $.syncing[key]
# Chrome imposes a strict 4KB limit on synchronized extension data.
$.localKeys = [
# filters
'name',
@ -292,6 +293,7 @@ $.localKeys = [
'MD5',
# custom css
'usercss'
# themes and mascots
'userMascots'
'userThemes'
]