--- a/Preferences/ConfigurationPages/WebBrowserPage.ui Tue Jul 03 19:08:29 2018 +0200 +++ b/Preferences/ConfigurationPages/WebBrowserPage.ui Tue Jul 03 19:57:17 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>650</width> - <height>2000</height> + <height>2121</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> @@ -127,6 +127,26 @@ </property> </widget> </item> + <item row="4" column="1"> + <widget class="QCheckBox" name="autoplayMediaCheckBox"> + <property name="toolTip"> + <string>Select, to inhibit playback of media content until the user interacts with the page</string> + </property> + <property name="text"> + <string>Don't auto-play media content</string> + </property> + </widget> + </item> + <item row="5" column="0"> + <widget class="QCheckBox" name="webRtcPublicOnlyCheckBox"> + <property name="toolTip"> + <string>Select to limit WebRTC to public IP addresses only</string> + </property> + <property name="text"> + <string>Only public IP-Addresses for WebRTC</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -417,6 +437,16 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="jsPasteCheckBox"> + <property name="toolTip"> + <string>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</string> + </property> + <property name="text"> + <string>Allow to paste from the clipboard</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -1086,6 +1116,8 @@ <tabstop>fullscreenCheckBox</tabstop> <tabstop>screenCaptureCheckBox</tabstop> <tabstop>webGLCheckBox</tabstop> + <tabstop>autoplayMediaCheckBox</tabstop> + <tabstop>webRtcPublicOnlyCheckBox</tabstop> <tabstop>startupCombo</tabstop> <tabstop>newTabCombo</tabstop> <tabstop>homePageEdit</tabstop> @@ -1099,6 +1131,7 @@ <tabstop>jsOpenWindowsCheckBox</tabstop> <tabstop>jsActivateWindowsCheckBox</tabstop> <tabstop>jsClipboardCheckBox</tabstop> + <tabstop>jsPasteCheckBox</tabstop> <tabstop>pluginsCheckBox</tabstop> <tabstop>doNotTrackCheckBox</tabstop> <tabstop>refererSendComboBox</tabstop>