mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Implemented universal logout
This commit is contained in:
@@ -8,6 +8,7 @@ features:
|
||||
matomo: true # activate tracking
|
||||
css: true # use custom cymais stile
|
||||
port-ui-desktop: true # Enable in port-ui
|
||||
universal_logout: false
|
||||
csp:
|
||||
whitelist:
|
||||
script-src-elem:
|
||||
@@ -24,8 +25,8 @@ csp:
|
||||
- https://cdn.jsdelivr.net
|
||||
connect-src:
|
||||
- https://ka-f.fontawesome.com
|
||||
#frame-src:
|
||||
# - "{{ web_protocol }}://*.{{primary_domain}}"
|
||||
frame-ancestors:
|
||||
- "*" # No damage if it's used somewhere on other websites, it anyhow looks like art
|
||||
flags:
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
@@ -34,4 +35,4 @@ domains:
|
||||
- "mig.{{ primary_domain }}"
|
||||
aliases:
|
||||
- "meta-infinite-graph.{{ primary_domain }}"
|
||||
build_data: true # Enables the building of the meta data which the graph requiers
|
||||
build_data: true # Enables the building of the meta data which the graph requiers
|
||||
|
Reference in New Issue
Block a user