update config.yml and CSP
This commit is contained in:
parent
30b122408c
commit
7522c126e1
|
@ -23,15 +23,15 @@ params:
|
||||||
author: Wonderfall
|
author: Wonderfall
|
||||||
DateFormat: "January 2, 2006"
|
DateFormat: "January 2, 2006"
|
||||||
defaultTheme: dark # dark, light
|
defaultTheme: dark # dark, light
|
||||||
disableThemeToggle: true
|
disableThemeToggle: false
|
||||||
|
|
||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
ShowShareButtons: false
|
ShowShareButtons: false
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
ShowCodeCopyButtons: false
|
ShowCodeCopyButtons: true
|
||||||
disableSpecial1stPost: false
|
disableSpecial1stPost: false
|
||||||
disableScrollToTop: true
|
disableScrollToTop: false
|
||||||
comments: false
|
comments: false
|
||||||
hidemeta: false
|
hidemeta: false
|
||||||
hideSummary: false
|
hideSummary: false
|
||||||
|
@ -39,7 +39,7 @@ params:
|
||||||
tocopen: false
|
tocopen: false
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
disableHLJS: true
|
disableHLJS: false
|
||||||
disableFingerprinting: true
|
disableFingerprinting: true
|
||||||
|
|
||||||
homeInfoParams:
|
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