updating UAs

This commit is contained in:
Ray Lothian 2021-06-30 09:49:44 -04:00
parent d529950a03
commit 3bdca64fb4
37 changed files with 44 additions and 35 deletions

View file

@ -109,7 +109,13 @@ function restore() {
custom: {},
parser: {},
siblings: {},
protected: ['google.com/recaptcha', 'gstatic.com/recaptcha']
protected: [
'google.com/recaptcha',
'gstatic.com/recaptcha',
'accounts.google.com',
'accounts.youtube.com',
'gitlab.com/users/sign_in'
]
}, prefs => {
document.getElementById('exactMatch').checked = prefs.exactMatch;
document.getElementById('faqs').checked = prefs.faqs;