Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
slymax committed Dec 20, 2023
1 parent ef000ec commit ed1949d
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ export default {
"youtube.com": "https://www.youtube.com"
},
editorSettings: {
"renderLineHighlight": "none",
"occurrencesHighlight": false,
"scrollBeyondLastLine": false,
"minimap": { "enabled": false },
"renderLineHighlight": "none",
"selectionHighlight": false,
"quickSuggestions": false,
"overviewRulerLanes": 0,
Expand All @@ -23,13 +22,50 @@ export default {
"useShadows": false,
"horizontal": "hidden",
"vertical": "hidden"
},
"minimap": {
"enabled": false
}
},
highlightedTokens: ["allow", "block", "for", "fragment", "from", "host", "password", "path", "port", "query", "redirect", "remove", "scheme", "set", "to", "username"],
resourceTypes: [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",
"webtransport",
"webbundle",
"other"
],
highlightedTokens: [
"allow",
"block",
"for",
"fragment",
"from",
"host",
"password",
"path",
"port",
"query",
"redirect",
"remove",
"scheme",
"set",
"to",
"username"
],
defaultValue: `
# Welcome to the Request Control Editor!
# Below are some examples to get you started. You can read the full documentation at https://github.com/slymax/request-control.
# You can read the full documentation at https://github.com/slymax/request-control. Here are some examples to get you started:
# redirect mobile wikipedia to desktop version
# REDIRECT ^https://(.*?).m.wikipedia.org TO https://$1.wikipedia.org
Expand Down

0 comments on commit ed1949d

Please sign in to comment.