mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished Iframe Implementation
This commit is contained in:
1
templates/docker_role/templates/javascript.js.j2
Normal file
1
templates/docker_role/templates/javascript.js.j2
Normal file
@@ -0,0 +1 @@
|
||||
alert('Custom JS loaded');
|
@@ -16,6 +16,7 @@ features:
|
||||
central_database: false # Enable Central Database Network
|
||||
recaptcha: false # Enable ReCaptcha
|
||||
oauth2: false # Enable the OAuth2-Proy
|
||||
javascript: false # Enables the custom JS in the javascript.js.j2 file
|
||||
csp:
|
||||
whitelist: {} # URL's which should be whitelisted
|
||||
flags: {} # Flags which should be set
|
||||
|
Reference in New Issue
Block a user