tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

chrome.toml (1043B)


      1 [DEFAULT]
      2 support-files = [
      3  "external_importMap.js",
      4  "insert_a_base_element.js",
      5  "module_1979050.mjs",
      6  "module_simpleImportMap.mjs",
      7  "module_simpleImportMap_dir.mjs",
      8  "module_simpleImportMap_remap.mjs",
      9  "module_simpleImportMap_remap_https.mjs",
     10  "module_simpleExport.mjs",
     11  "module_sortedImportMap.mjs",
     12  "scope1/module_1979050.mjs",
     13  "scope1/module_simpleExport.mjs",
     14  "scope1/module_simpleImportMap.mjs",
     15  "scope1/scope2/module_1979050.mjs",
     16  "scope1/scope2/module_simpleExport.mjs",
     17  "scope1/scope2/module_simpleImportMap.mjs",
     18 ]
     19 
     20 ["test_1979050.html"]
     21 
     22 ["test_1979050_2.html"]
     23 
     24 ["test_dynamic_import_reject_importMap.html"]
     25 
     26 ["test_externalImportMap.html"]
     27 
     28 ["test_import_meta_resolve_importMap.html"]
     29 
     30 ["test_inline_module_reject_importMap.html"]
     31 
     32 ["test_load_importMap_with_base.html"]
     33 
     34 ["test_load_importMap_with_base2.html"]
     35 
     36 ["test_module_script_reject_importMap.html"]
     37 
     38 ["test_parse_importMap_failed.html"]
     39 
     40 ["test_reject_multiple_importMaps.html"]
     41 
     42 ["test_simpleImportMap.html"]
     43 
     44 ["test_sortedImportMap.html"]