added content security protection

This commit is contained in:
Bryan Joshua Pedini 2024-08-21 22:00:37 +02:00
parent fc9fce6e6d
commit 22c976ff21

View File

@ -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"