added content security protection
This commit is contained in:
parent
fc9fce6e6d
commit
22c976ff21
23
hugo.yaml
23
hugo.yaml
@ -19,6 +19,26 @@ params:
|
||||
commit: "https://git.bjphoster.com/source/pedini.dev/"
|
||||
colorScheme: "dark"
|
||||
|
||||
csp:
|
||||
childsrc:
|
||||
- self
|
||||
fontsrc:
|
||||
- self
|
||||
formaction:
|
||||
- self
|
||||
framesrc:
|
||||
- self
|
||||
imgsrc:
|
||||
- self
|
||||
objectsrc:
|
||||
- self
|
||||
stylesrc:
|
||||
- self
|
||||
scriptsrc:
|
||||
- self
|
||||
connectsrc:
|
||||
- self
|
||||
|
||||
social:
|
||||
- name: "Git"
|
||||
icon: "fa-brands fa-git fa-2x"
|
||||
@ -48,6 +68,9 @@ menu:
|
||||
- name: "Contacts"
|
||||
weight: 3
|
||||
url: "contacts/"
|
||||
- name: "Version"
|
||||
weight: 4
|
||||
url: "version/"
|
||||
|
||||
taxonomies:
|
||||
category: "categories"
|
||||
|
Loading…
Reference in New Issue
Block a user