Last active
May 19, 2021 17:44
-
-
Save lukewhrit/e505bdf90431cc1b8e4c39ec5cb221b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orca: | |
language: en-US | |
allow_drm: true | |
home_page: https://duckduckgo.com | |
search_engine: https://duckduckgo.com/opensearch.xml | |
title: orca | |
theme: | |
default_fonts: | |
sans_serif: Noto Sans 16 | |
serif: | |
monospace: | |
underline_links: true | |
override_sites: false | |
colors: | |
foreground: '#2e3440' | |
background: '#d8dee9' | |
unvisited_links: '#81a1c1' | |
visited_links: '#b48ead' | |
privacy: | |
send_dnt: true | |
allow_geolocation_api: true # if true uses MLS | |
browser_data: | |
keep_cookies: true | |
keep_history: true | |
purge_cache: false | |
security: | |
block_popups: true | |
cert_validity_check: true # query OCSP responder servers to confirm validity of certificates | |
plugins: | |
tab: | |
enabled: true | |
bookmarks: | |
enabled: true | |
sites: | |
- https://vault.bitwarden.com/#/ | |
- https://duckduckgo.com/ | |
- https://protonmail.com/ | |
- https://github.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment