{"package_name":"threads.thor","name":"Thor","summary":"The Thor app is a web browser with the focus on speed and usability.","category":"Download","icon_url":"/api/icon/threads.thor","latest_version_code":200,"latest_version_name":"2.0.0","apk_url":"/api/apk/threads.thor","apk_size":3304701,"apk_sha256":"fa8fead74770c9aafe4b8a3792f58bfe36de944515928b7f0335401c8eb7a461","source_kind":"fdroid-repo","repo_slug":"fdroid-main","last_updated":1779371404,"release_timestamp":1777133076,"description":"# Thor\n\nThe Thor app is a web browser with the focus on speed and usability.\nIt supports the download of Torrents via the **magnet** protocol.\nAn Ad-blocker is also integrated which based on https://pgl.yoyo.org/adservers\n\n## General\n\nThe basic characteristics of the app are open source, free of charge, transparent, \nfree of advertising, respect of personal data,  and legally impeccable.\n\n## Settings\n\nThis application based on the WebKit API (like Chrome, Brave, etc.). This section just gives\na brief overview of the settings which have been made for the browser.\nThis information is probably only useful for people with technical background.\n\nGeneral Browser Settings:\n\n```\nsettings.javaScriptEnabled = true\nsettings.javaScriptCanOpenWindowsAutomatically = false\n\nsettings.safeBrowsingEnabled = true\nsettings.allowContentAccess = true\nsettings.allowFileAccess = false\nsettings.loadsImagesAutomatically = true\nsettings.blockNetworkLoads = false\nsettings.blockNetworkImage = false\nsettings.domStorageEnabled = true\nsettings.cacheMode = WebSettings.LOAD_DEFAULT\nsettings.setSupportZoom(true)\nsettings.builtInZoomControls = true\nsettings.displayZoomControls = false\nsettings.layoutAlgorithm = WebSettings.LayoutAlgorithm.NORMAL\nsettings.mixedContentMode = WebSettings.MIXED_CONTENT_NEVER_ALLOW\nsettings.useWideViewPort = true\nsettings.loadWithOverviewMode = true\nsettings.mediaPlaybackRequiresUserGesture = true\nsettings.setSupportMultipleWindows(false)\nsettings.setGeolocationEnabled(false)\n```\n\n### Cookies\n\nThe application accept all cookies, except third party cookies.\n\n```\nCookieManager.getInstance().setAcceptCookie(true)\nCookieManager.getInstance().setAcceptThirdPartyCookies(webView, false);\n```\n\n## Links\n\n[Privacy Policy](https://gitlab.com/lp2p/thor/-/blob/master/POLICY.md)\n<br/>\n[Apache License](https://gitlab.com/lp2p/thor/-/blob/master/LICENSE)\n","categories":["Download"]}