diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-01-23 08:56:34 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-01-23 08:56:34 -0500 |
commit | cb8e14751276b5b4d0e29e2ad35069fbacd609a5 (patch) | |
tree | 53cf6a15f89a774dbd8a51639018dd76845a8f9e /roles/wiki/templates/emacsconf.setup | |
parent | 749e48d2312e2b27148df332c70b97fce12f3f1a (diff) | |
download | emacsconf-ansible-cb8e14751276b5b4d0e29e2ad35069fbacd609a5.tar.xz emacsconf-ansible-cb8e14751276b5b4d0e29e2ad35069fbacd609a5.zip |
protect script, template
Diffstat (limited to '')
-rw-r--r-- | roles/wiki/templates/emacsconf.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wiki/templates/emacsconf.setup b/roles/wiki/templates/emacsconf.setup index 2cb114f..a7d2377 100644 --- a/roles/wiki/templates/emacsconf.setup +++ b/roles/wiki/templates/emacsconf.setup @@ -200,7 +200,7 @@ atom: 1 # PageSpec controlling which pages are locked #locked_pages: '!*/Discussion' #locked_pages: 'index or edit' -locked_pages: 'edit or donate or donors' +locked_pages: 'edit or donate or donors or script.js or local.css or templates/page.tmpl' # moderatedcomments plugin # PageSpec matching users or comment locations to moderate |