Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!11
Update protokollsystem
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Update protokollsystem
proto3-update
into
master
Overview
3
Commits
3
Pipelines
3
Changes
1
1 unresolved thread
Hide all comments
Merged
Robin Sonnabend
requested to merge
proto3-update
into
master
4 years ago
Overview
3
Commits
3
Pipelines
3
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
257b7843
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
257b7843
Simplify jinja code
· 257b7843
Robin Sonnabend
authored
4 years ago
uwsgi-python/templates/apps/protokollsystem.j2
+
1
−
1
Options
@@ -40,7 +40,7 @@ URL_PARAMS = ""
CDN_URL = "{{cdn_url}}"
{% endif %}
{% if protokolle_metadata_domain_whitelist is defined %}
PERMITTED_METADATA_DOMAINS = [ {
% for domain in
protokolle_metadata_domain_whitelist
%} "{{domain}}", {% endfor %
} ]
PERMITTED_METADATA_DOMAINS = [ {
{
protokolle_metadata_domain_whitelist
|map('quote')|join(', ')}
} ]
{% endif %}
PRINTING_ACTIVE = {{ protokolle_printing }}
Loading