From 99300d75386c24fe859ee3db1b91df947b2b02fb Mon Sep 17 00:00:00 2001
From: Alva <a@u8.is>
Date: Mon, 11 Nov 2019 19:26:02 +0100
Subject: [PATCH] Add documentation for 'geolocation' setting

---
 doc/vimb.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/vimb.1 b/doc/vimb.1
index d349f72..fcb2ed1 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -1326,6 +1326,9 @@ Whether JavaScript can access the clipboard.
 Whether JavaScript can open popup windows automatically without user
 interaction.
 .TP
+.B geolocation (string)
+Controls website access to the geolocation API {`always', `never', `ask' (display a prompt each time)}
+.TP
 .B media-playback-allows-inline (bool)
 Whether media playback is full-screen only or inline playback is allowed.
 Setting it to false allows specifying that media playback should be always
-- 
2.20.1