You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: When a user enters a URL or IP in the search bar and presses the key "enter", "Flame" should automatically recognize that either a URL or IP was entered in the search bar and redirect to the given URL or IP.
Example 1:
Condition: User enters "youtube.com" in search bar
Result: Flame redirects to "http://youtube.com"
Example 2:
Condition: User enters "www.youtube.com" in search bar
Result: Flame redirects to "http://www.youtube.com"
Bug: When entering a URL that starts with a capital letter (Github.com instead of github.com), Flame redirects to the google result of the URL (Google result of Github.com)
Feature Request: When a user enters a URL or IP in the search bar and presses the key "enter", "Flame" should automatically recognize that either a URL or IP was entered in the search bar and redirect to the given URL or IP.
Example 1:
Condition: User enters "youtube.com" in search bar
Result: Flame redirects to "http://youtube.com"
Example 2:
Condition: User enters "www.youtube.com" in search bar
Result: Flame redirects to "http://www.youtube.com"
Example 3:
Condition: User enters "http://youtube.com" in search bar
Result: Flame redirects to "http://youtube.com"
Example 4:
Condition: User enters "http://www.youtube.com" in search bar
Result: Flame redirects to "http://www.youtube.com"
Example 5:
Condition: User enters "https://youtube.com" in search bar
Result: Flame redirects to "https://youtube.com"
Example 6:
Condition: User enters "https://www.youtube.com" in search bar
Result: Flame redirects to "https://www.youtube.com"
Example 7:
Condition: User enters "192.168.1.1" in search bar
Result: Flame redirects to "http://192.168.1.1"
Example 8:
Condition: User enters "http://192.168.1.1" in search bar
Result: Flame redirects to "http://192.168.1.1"
Example 9:
Condition: User enters "https://192.168.1.1" in search bar
Result: Flame redirects to "https://192.168.1.1"
The text was updated successfully, but these errors were encountered: