We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8a16f commit 124b9deCopy full SHA for 124b9de
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 4.1.1
4
+
5
+- Add Content-Security-Policy for options page
6
+- Select new search engine by default
7
8
## 4.1.0
9
10
- Add option to show 'Open All' as the first item
source/options/stores/options-store.js
@@ -19,7 +19,7 @@ const addProvider = () =>
19
name: '',
20
icon: 'icons/other.png',
21
url: '',
22
- selected: false,
+ selected: true,
23
},
24
],
25
}));
0 commit comments