mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
config cleanup
This commit is contained in:
parent
3a551c59df
commit
234c981e9a
2 changed files with 22 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
|||
timeout = 30000
|
||||
enableInlineShortcodes = true
|
||||
|
||||
[privacy]
|
||||
|
||||
[privacy.vimeo]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.twitter]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
disableInlineCSS = true
|
||||
|
||||
[privacy.instagram]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.youtube]
|
||||
disabled = false
|
||||
privacyEnhanced = true
|
|
@ -17,6 +17,26 @@ enableInlineShortcodes = true
|
|||
[permalinks]
|
||||
posts = ":filename"
|
||||
|
||||
[privacy]
|
||||
|
||||
[privacy.vimeo]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.twitter]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
disableInlineCSS = true
|
||||
|
||||
[privacy.instagram]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.youtube]
|
||||
disabled = false
|
||||
privacyEnhanced = true
|
||||
|
||||
[services]
|
||||
|
||||
[services.instagram]
|
||||
|
@ -27,4 +47,5 @@ enableInlineShortcodes = true
|
|||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
series = "series"
|
||||
|
Loading…
Reference in a new issue