diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-01 02:22:41 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-01 02:22:41 +0300 |
commit | 646a66704a8401fc3c3ad792b7227e97a5b08f06 (patch) | |
tree | 89a3618334ceb5df2661c63ebe7c1d2a01e62cd2 | |
parent | fafd82db58b745782ec0725cd39e82d4c3864c67 (diff) | |
download | swayrice-646a66704a8401fc3c3ad792b7227e97a5b08f06.tar.gz swayrice-646a66704a8401fc3c3ad792b7227e97a5b08f06.zip |
qutebrowser: update js whitelist
-rw-r--r-- | dotfiles/.config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index 0ce4dc7..67ea734 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -44,7 +44,7 @@ js_whitelist = [ '*://*.wikipedia.org/*', '*://yandex.ru/*', '*://*.yaroslavps.com/*', - '*://openedu.ru/*', + '*://*.openedu.ru/*', '*://developer.mozilla.org/*', '*://*.vultr.com/*', '*://*.ifmo.ru/*', |