summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-03-28 15:25:49 +0100
committerSimon Rettberg2024-03-28 15:25:49 +0100
commit67204bb5a0178d4c5b770014157b61683e82e445 (patch)
tree796fc16c47c368bd626ab5019a43ecbb7a647333 /core
parent[kiosk-chromium] More wait (diff)
downloadmltk-67204bb5a0178d4c5b770014157b61683e82e445.tar.gz
mltk-67204bb5a0178d4c5b770014157b61683e82e445.tar.xz
mltk-67204bb5a0178d4c5b770014157b61683e82e445.zip
[lightdm-greeter-bwlp] Add generic blacklist for browser-login
This is trying to prevent the simplest escape routes to get to the open web - namely, the "try to get to google" game, from where you can get anywhere.
Diffstat (limited to 'core')
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/etc/lightdm/greeter-url-blacklist.txt58
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf.d/10-weblogin-blacklist.conf2
2 files changed, 60 insertions, 0 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/greeter-url-blacklist.txt b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/greeter-url-blacklist.txt
new file mode 100644
index 00000000..46bef8a3
--- /dev/null
+++ b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/greeter-url-blacklist.txt
@@ -0,0 +1,58 @@
+https://baidu.com/**
+https://*.baidu.com/**
+https://bing.com/**
+https://*.bing.com/**
+https://brave.com/**
+https://*.brave.com/**
+https://duckduckgo.com/**
+https://*.duckduckgo.com/**
+https://ecosia.org/**
+https://*.ecosia.org/**
+https://facebook.com/**
+https://*.facebook.com/**
+https://google.*/**
+https://*.google.*/**
+https://instagram.com/**
+https://*.instagram.com/**
+https://tiktok.com/**
+https://*.tiktok.com/**
+https://whatsapp.com/**
+https://*.whatsapp.com/**
+https://yahoo.*/**
+https://*.yahoo.*/**
+https://yandex.ru/**
+https://*.yandex.ru/**
+https://youtube.com/**
+https://*.youtube.com/**
+https://vimeo.com/**
+https://*.vimeo.com/**
+https://msn.com/**
+https://*.msn.com/**
+https://reddit.com/**
+https://*.reddit.com/**
+https://twitter.com/**
+https://*.twitter.com/**
+https://wikipedia.org/**
+https://*.wikipedia.org/**
+https://amazon.*/**
+https://*.amazon.*/**
+https://bilibili.com/**
+https://*.bilibili.com/**
+https://naver.com/**
+https://*.naver.com/**
+https://mail.ru/**
+https://*.mail.ru/**
+https://discord.com/**
+https://*.discord.com/**
+https://twitch.tv/**
+https://*.twitch.tv/**
+https://quora.com/**
+https://*.quora.com/**
+https://sharepoint.com/**
+https://*.sharepoint.com/**
+https://qq.com/**
+https://*.qq.com/**
+https://zoom.us/**
+https://*.zoom.us/**
+https://linkedin.com/**
+https://*.linkedin.com/**
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf.d/10-weblogin-blacklist.conf b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf.d/10-weblogin-blacklist.conf
new file mode 100644
index 00000000..0821e6ba
--- /dev/null
+++ b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf.d/10-weblogin-blacklist.conf
@@ -0,0 +1,2 @@
+[General]
+shib-url-blacklist = /etc/lightdm/greeter-url-blacklist.txt