Skip to content

Commit

Permalink
Add IronFox to known browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ltguillaume committed Jan 19, 2025
1 parent fe8194c commit 37ea25e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ sealed class KnownBrowser(
"org.torproject.torbrowser",
"org.torproject.torbrowser_alpha",
"org.mozilla.reference.browser",
"info.guardianproject.orfox"
"info.guardianproject.orfox",
"org.ironfoxoss.ironfox"
) {
private const val EXTRA = "private_browsing_mode"
override fun requestPrivateBrowsing(intent: Intent): Intent = intent.putExtra(EXTRA, true)
Expand Down

0 comments on commit 37ea25e

Please sign in to comment.