소스 검색

2700: header formatting

Thorin-Oakenpants 7 년 전
부모
커밋
76b24fa6aa
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      user.js

+ 4 - 4
user.js

@@ -1389,10 +1389,10 @@ user_pref("security.data_uri.block_toplevel_data_uri_navigations", true);
 
 /*** 2700: PERSISTENT STORAGE
      Data SET by websites including
-     - cookies: profile\cookies.sqlite
-     - localStorage (also known as DOM Storage): profile\webappsstore.sqlite
-     - IndexedDB (also known as Offsite Website Data): profile\storage\default
-     - AppCache: profile\OfflineCache
+            cookies : profile\cookies.sqlite
+       localStorage : profile\webappsstore.sqlite (also known as DOM Storage)
+          IndexedDB : profile\storage\default (also known as Offsite Website Data)
+           AppCache : profile\OfflineCache
 ***/
 user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");
 /* 2701: disable cookies on all sites [SETUP]