summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
authorSimon Rettberg2024-02-07 18:25:48 +0100
committerSimon Rettberg2024-02-07 18:25:48 +0100
commitbcd99e02640cc35bb9a3f9ec9ad919b51b1c3482 (patch)
tree8ef7123813bd14be302831dff42f160692fb75fc /src/global.h
parentCheck server's security hash, check username and password format (diff)
downloadslxgreeter-bcd99e02640cc35bb9a3f9ec9ad919b51b1c3482.tar.gz
slxgreeter-bcd99e02640cc35bb9a3f9ec9ad919b51b1c3482.tar.xz
slxgreeter-bcd99e02640cc35bb9a3f9ec9ad919b51b1c3482.zip
Add black/whitelist feature to browser-based login
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 91b878f..bdc79cd 100644
--- a/src/global.h
+++ b/src/global.h
@@ -48,6 +48,10 @@ public:
static QImage getConfigGradient();
+ static QStringList urlWhitelist();
+
+ static QStringList urlBlacklist();
+
private:
static bool m_testMode;
static QLightDM::Greeter *m_Greeter;