diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-11 16:16:54 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-11 16:16:54 -0700 |
commit | 5afe779ffc69bc5889a83a6fcbc4bcefc7c40a5c (patch) | |
tree | c3db7397b580a709be1a641cfd3605ec0f1e068d /view/tpl/sources_new.tpl | |
parent | 1d13cc1601eb6e4a127d975465fda32d92c402a1 (diff) | |
download | volse-hubzilla-5afe779ffc69bc5889a83a6fcbc4bcefc7c40a5c.tar.gz volse-hubzilla-5afe779ffc69bc5889a83a6fcbc4bcefc7c40a5c.tar.bz2 volse-hubzilla-5afe779ffc69bc5889a83a6fcbc4bcefc7c40a5c.zip |
prevent json-ld bombing, turn off browser autocomplete on channel sources creation
Diffstat (limited to 'view/tpl/sources_new.tpl')
-rw-r--r-- | view/tpl/sources_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/sources_new.tpl b/view/tpl/sources_new.tpl index 7cda9998d..9d320b5e2 100644 --- a/view/tpl/sources_new.tpl +++ b/view/tpl/sources_new.tpl @@ -3,7 +3,7 @@ <div class="descriptive-text">{{$desc}}</div> -<form action="sources" method="post"> +<form action="sources" method="post" autocomplete="off" > <input type="hidden" id="id_abook" name="abook" value="{{$abook}}" /> {{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$tags}} |