Index: templates/manifest.json.tmpl |
diff --git a/templates/manifest.json.tmpl b/templates/manifest.json.tmpl |
index 8df2148f5aa16931bab9c48b8197f243855f3f0f..66d5d9cd46c764b01bc8e6cfaa12c2b932da9085 100644 |
--- a/templates/manifest.json.tmpl |
+++ b/templates/manifest.json.tmpl |
@@ -117,5 +117,9 @@ |
}, |
{%- endif %} |
+ {%- if metadata.has_option('general', 'content_security_policy') %} |
kzar
2017/07/24 13:19:16
Looking at the other options it seems the conventi
tlucas
2017/07/24 13:50:44
Done.
|
+ "content_security_policy": {{metadata.get('general', 'content_security_policy')|json}}, |
+ {%- endif %} |
+ |
"_dummy": false |
} |