aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-08-11 16:16:54 -0700
committerzotlabs <mike@macgirvin.com>2018-08-11 16:16:54 -0700
commit5afe779ffc69bc5889a83a6fcbc4bcefc7c40a5c (patch)
treec3db7397b580a709be1a641cfd3605ec0f1e068d /view
parent1d13cc1601eb6e4a127d975465fda32d92c402a1 (diff)
downloadvolse-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')
-rw-r--r--view/tpl/sources_new.tpl2
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}}