Fix #1179: improve :source / :sanitise docs

This commit is contained in:
Oliver Blanthorn 2026-07-26 10:32:29 +02:00
parent 9f93d3f7d1
commit b0ba29586d
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 4 additions and 1 deletions

View file

@ -37,8 +37,9 @@
"
" "
" " Cleanup (requires Tridactyl 1.25.0+)
" " Persisted settings may briefly apply at startup before this file is sourced.
" "
" santisise tridactylconfig
" sanitise tridactylconfig
" set configversion 2.0
"
"

View file

@ -5190,6 +5190,8 @@ export async function reseturl(pattern: string, mode: string, key: string) {
/** Deletes various bits of Firefox or Tridactyl data
When used in a tridactylrc, persisted settings may briefly apply at startup before the file is sourced.
The list of possible arguments can be found here:
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browsingData/DataTypeSet