Allow to disable insecure protocols at compile-time

This commit is contained in:
Yaroslav Isakov 2020-07-28 20:28:39 +02:00
parent b20d52f71d
commit 4124571b25
5 changed files with 19 additions and 4 deletions

View file

@ -6,3 +6,4 @@ option('xwayland', type: 'feature', value: 'auto', description: 'Enable support
option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('use-insecure-protocols', type: 'boolean', value: true, description: 'Disable insecure protocols')