mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix typos in .tridactylrc
This commit is contained in:
parent
92e143cfb8
commit
227203269e
16
.tridactylrc
16
.tridactylrc
|
|
@ -28,7 +28,7 @@
|
|||
" " May require the latest beta builds.
|
||||
"
|
||||
" " Uncomment the lines you want to keep then move this file to
|
||||
" " $XDG_CONFIG_DIR/tridactyl/tridactylrc (that's
|
||||
" " $XDG_CONFIG_HOME/tridactyl/tridactylrc (that's
|
||||
" " ~/.config/tridactyl/tridactylrc to mere mortals) or ~/.tridactylrc and
|
||||
" " install the native messenger (:installnative in Tridactyl). Run :source to
|
||||
" " get it in the browser, or just restart.
|
||||
|
|
@ -122,10 +122,10 @@
|
|||
" " details, read the comment at the top of this file.
|
||||
" fixamo_quiet
|
||||
"
|
||||
" " Equivalent to `set csp clobber` before it was removed. This weakens your
|
||||
" " defences against cross-site-scripting attacks and other types of
|
||||
" " code-injection by reducing the strictness of Content Security Policy on
|
||||
" " every site in a couple of ways.
|
||||
" " Equivalent to `set csp clobber` before it was removed.
|
||||
" " This weakens your defences against cross-site-scripting attacks
|
||||
" " and other types of code-injection by reducing the strictness
|
||||
" " of Content Security Policy onevery site in a couple of ways.
|
||||
" "
|
||||
" " You may not wish to run this. Mozilla strongly feels that you shouldn't.
|
||||
" "
|
||||
|
|
@ -133,12 +133,12 @@
|
|||
" "
|
||||
" " We remove the sandbox directive
|
||||
" " https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/sandbox
|
||||
" " which allows our iframe to run (and anyone else's) on any website.
|
||||
" " which allows our iframe (and anyone else's) to run on any website.
|
||||
" "
|
||||
" " We weaken the style-src directive
|
||||
" " https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src
|
||||
" " to allow us to theme our elements. This exposes you to 'cross site styling'
|
||||
" " attacks.
|
||||
" " to allow us to theme our elements.
|
||||
" " This exposes you to 'cross site styling' attacks.
|
||||
" "
|
||||
" " Read https://wiki.mozilla.org/Security/CSP#Goals for more information.
|
||||
" jsb browser.webRequest.onHeadersReceived.addListener(tri.request.clobberCSP,{urls:["<all_urls>"],types:["main_frame"]},["blocking","responseHeaders"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue