update config.yml and CSP
This commit is contained in:
parent
30b122408c
commit
7522c126e1
|
@ -23,15 +23,15 @@ params:
|
|||
author: Wonderfall
|
||||
DateFormat: "January 2, 2006"
|
||||
defaultTheme: dark # dark, light
|
||||
disableThemeToggle: true
|
||||
disableThemeToggle: false
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: false
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: false
|
||||
ShowCodeCopyButtons: true
|
||||
disableSpecial1stPost: false
|
||||
disableScrollToTop: true
|
||||
disableScrollToTop: false
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
|
@ -39,7 +39,7 @@ params:
|
|||
tocopen: false
|
||||
|
||||
assets:
|
||||
disableHLJS: true
|
||||
disableHLJS: false
|
||||
disableFingerprinting: true
|
||||
|
||||
homeInfoParams:
|
||||
|
|
|
@ -1 +1 @@
|
|||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self'; font-src 'self'; style-src 'self'; form-action 'none'; block-all-mixed-content; base-uri 'none'">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self'; script-src 'self'; font-src 'self'; style-src 'self'; form-action 'none'; block-all-mixed-content; base-uri 'none'">
|
Loading…
Reference in New Issue