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/"
|
commit: "https://git.bjphoster.com/source/pedini.dev/"
|
||||||
colorScheme: "dark"
|
colorScheme: "dark"
|
||||||
|
|
||||||
|
csp:
|
||||||
|
childsrc:
|
||||||
|
- self
|
||||||
|
fontsrc:
|
||||||
|
- self
|
||||||
|
formaction:
|
||||||
|
- self
|
||||||
|
framesrc:
|
||||||
|
- self
|
||||||
|
imgsrc:
|
||||||
|
- self
|
||||||
|
objectsrc:
|
||||||
|
- self
|
||||||
|
stylesrc:
|
||||||
|
- self
|
||||||
|
scriptsrc:
|
||||||
|
- self
|
||||||
|
connectsrc:
|
||||||
|
- self
|
||||||
|
|
||||||
social:
|
social:
|
||||||
- name: "Git"
|
- name: "Git"
|
||||||
icon: "fa-brands fa-git fa-2x"
|
icon: "fa-brands fa-git fa-2x"
|
||||||
@ -48,6 +68,9 @@ menu:
|
|||||||
- name: "Contacts"
|
- name: "Contacts"
|
||||||
weight: 3
|
weight: 3
|
||||||
url: "contacts/"
|
url: "contacts/"
|
||||||
|
- name: "Version"
|
||||||
|
weight: 4
|
||||||
|
url: "version/"
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
category: "categories"
|
category: "categories"
|
||||||
|
Loading…
Reference in New Issue
Block a user