Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mapping downloadDirectoryWin to browser.download.dir #4

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

danschlet
Copy link
Collaborator

Changed preferences for not displaying downloads window
(browser.download.manager.showWhenStarting = false), for using custom download directory (browser.download.useDownloadDir = true, browser.download.folderList = 2) and for showing alert when download is finished (independent of duration of download: openDelay = 0 and showAlertInterval = 0).
Added MIME type application/attemptdata for files with extension
.attemptdata (Moodle offline quiz plugin encrypted quiz results) and download policy saveToDisk = true and alwaysAsk = false
Added mapping showReloadWarning to seb.reload.warning

Added MIME type application/attemptdata for files with extension
.attemptdata and download policy saveToDisk = true and alwaysAsk = false
Added mapping showReloadWarning to seb.reload.warning
Added mapping for „enableJava“ (SEB) to „security.enable_java“ (seb).
Added user_pref("dom.ipc.plugins.flash.disable-protected-mode", true)
which prevents recent versions of Flash running in the crash-prone
protected mode, which also prevented Flash to work in SEB depending on
the kiosk mode.
Added mapping for „enableZoomPage“ and „enableZoomText“ (SEB) using
„browser.zoom.maxPercent“ and "browser.zoom.minPercent" (seb).
Added mapping for „enableJavaScript“ (SEB) to „javascript.enabled“
(seb).
Added mapping for „blockPopUpWindows“ (SEB) to
„dom.disable_open_during_load“ (seb).
Added mapping for „allowSpellCheck“ (SEB) to „layout.spellcheckDefault“
(seb).
Fixed mapping for enableJava and added mapping for enablePlugIns (which
enables/disables only the Flash plugin in SEB Windows as there is no
global key to enable all plugins).
Changed value type from integer to bool for keys touchOptimized and
browserScreenKeyboard.
Changed reload modifiers to „“ (as it is used in SEB 2.1, as the reload
warning prevents accidentally hitting F5). Using F5 seems better for
usability.
Added mapping for new SEB key browserUserAgent to seb key
general.useragent.override.
…ideo.enabled) and allowAudioCapture (mapped to media.getusermedia.audiocapture.enabled), and set media.navigator.permission.disabled to true (prerequisite for video and audio capture to work in SEB, as the Firefox “allow” alert is not being displayed in SEB).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant