Difference between revisions of "URL Types"

From truxwiki.com
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 79: Line 79:
 
| <code>URL_TYPE_HOMEPAGE</code> || style="text-align:center;" | 23
 
| <code>URL_TYPE_HOMEPAGE</code> || style="text-align:center;" | 23
 
| This URL was stored somewhere and marked as the home page for something
 
| This URL was stored somewhere and marked as the home page for something
 +
|-
 +
| <code>URL_TYPE_CHAT</code> || style="text-align:center;" | 24
 +
| This URL was found in a chat message
 +
|-
 +
| <code>URL_TYPE_VOLLEY_CACHE</code> || style="text-align:center;" | 25
 +
| This URL was used by the Android Volley Cache library
 +
|-
 +
| <code>URL_TYPE_APPLICATION</code> || style="text-align:center;" | 26
 +
| This URL was used by an application
 
|}
 
|}

Latest revision as of 09:59, 20 May 2025

These are the types of URLs that Truxton ships with.

This information is also kept in the [URLType] database table.

Name Value Meaning
URL_TYPE_UNKNOWN 0 Unknown or not set
URL_TYPE_IE_CACHE 1 Internet Explorer index.dat
URL_TYPE_IE_GLOBAL_HISTORY 2 Internet Explorer index.dat global history
URL_TYPE_IE_WEEKLY_HISTORY 3 Internet Explorer index.dat weekly history
URL_TYPE_IE_DAILY_HISTORY 4 Internet Explorer index.dat daily history
URL_TYPE_IE_USER_DATA 5 Internet Explorer user data
URL_TYPE_IE_COOKIE 6 Internet Explorer cookie
URL_TYPE_FIREFOX 7 Firefox history
URL_TYPE_CHROME_HISTORY 8 Chrome history
URL_TYPE_CHROME_ARCHIVED_HISTORY 9 Chrome archived history
URL_TYPE_OPERA 10 Opera history
URL_TYPE_SAFARI 11 Safari history
URL_TYPE_GENERIC_WEB_HISTORY 12 Generic history
URL_TYPE_BOOKMARK 13 A bookmarked web site
URL_TYPE_ADDRESS_BOOK 14 A URL from an address book entry
URL_TYPE_FIREFOX_LOGIN 15 A website visited using Firefox where logon credentials were cached
URL_TYPE_CRYPTNET_URL 16 Windows crypto cache
URL_TYPE_ARCHIVED_PAGE_URL 17 The source URL of an item in an archived web page
URL_TYPE_FILE_DOWNLOAD 18 The source URL was used to download a file
URL_TYPE_SMS 19 The URL was sent as the text of an SMS message
URL_TYPE_WHATSAPP 20 The URL was used in WhatsApp communications
URL_TYPE_HSTS 21 HTTP Strict Transport Security entry
URL_TYPE_GOOGLE_ANALYTICS_COOKIE 22 Google Analytics Cookie entry
URL_TYPE_HOMEPAGE 23 This URL was stored somewhere and marked as the home page for something
URL_TYPE_CHAT 24 This URL was found in a chat message
URL_TYPE_VOLLEY_CACHE 25 This URL was used by the Android Volley Cache library
URL_TYPE_APPLICATION 26 This URL was used by an application