-
Notifications
You must be signed in to change notification settings - Fork 1
/
change.log
62 lines (50 loc) · 1.46 KB
/
change.log
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
50
51
52
53
54
55
56
57
58
59
60
61
62
=============
Change Log
=============
v1.0.0.6
----------------
1. Performance Improvement for Enforce HTTPS Module
- Moved to run at document start
- If problem found, disabling enforcement on that domain
2. TypoSquatting - Only checking for top level domain.
- For en.wikipedia.org we'll best match for wikipedia.org
v1.0.0.4
----------------
1. Bug Fixed: Enforce HTTPS - Cannot enforce https more than once
v1.0.0.3:
----------------
1. Disabled Password Encryption
2. Disabled Malware Detection
3. Added new manifest file
4. Added change.log file
5. Added Central Control for content-script (begin.js)
6. Added background script (bg.js)
7. Improved expand link script (expandlinks.js)
Expand Links Changes:
-------------
1. Fatching Supported Sites in Background script (only once on browser startup)
2. Filtering External URLs
3. Extract domain from URL
4. Parsing domain in supported site JSON
3. Unblocking enqueue links in a custom URL class
4. Unblocking AJAX request to longurl
5. Changing URL with long URL and innerText with longurl title
TypoSquatting Changes:
----------------------
1. Expand dictionary to 100 popular websites from alexa
2. Feature: 'add to dictionary' button
=======
TODO
=======
INDEX:
- : action todo
-- : action completed
General
--------
- enable/disable features from popup page
LinkExpansion
--------------
- add icon on web page to optionally expand other short urls
TypoSquatting
--------------
- store dictionary on background page