aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
blob: 21afdad4e2e18af7f6c5a4138bf8a568ba070793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## Known bugs

### Closing sometimes causes the program to crash
How to reproduce: enter an address into the address bar, load the page, crash on exit
- crash is somewhere in Qt code?

### Search terms in address bar
QUrl always seems to return true when checking if valid url. Workaround is to prepend '#'
to the search.

### databases-incognito in home
Folder is empty.

## To do list
List of things to do before 1.0 release

### Search function
- add QLineEdit to status bar and show/hide with F3
- add shortcut to clear search box?
- on return --> currentView should highlight text
- get information on number of matches

### Instance check on startup

### Auto-destruct cookies
- cookie whitelist and blacklist

### Adblocker
- adblocker load list (.config/smolbote/filter.d/**.txt)

### No Script
- there's already a profile setting to disable scripts
- check if it applies to OTR

### Deny URI Leaks
Deny 'resource://' to prevent website fingerprinting

### Deny mouse information

### Settings dialog
- show settings dialog on startup if config was auto-generated

### Bookmarks
- review code

### Downloads
- review code
- possibly split off into a dialog window
- properly show download item information