Changed removed changes becaus https problem

This commit is contained in:
Markus Schmidt 2021-10-13 16:51:48 +02:00
parent a7b55b3606
commit c3a388b9f5
2 changed files with 1 additions and 3 deletions

View File

@ -35,8 +35,7 @@ elif request.env.trusted_lan_prefix and \
request.is_local = True
elif (remote_addr not in hosts) and (remote_addr != '127.0.0.1') and \
(request.function != 'manage'):
# raise HTTP(200, T('appadmin is disabled because insecure channel'))
request.is_local = True
raise HTTP(200, T('appadmin is disabled because insecure channel'))
if request.function == 'manage':
if not 'auth' in globals() or not request.args:

View File

@ -1,5 +1,4 @@
{{extend 'layout.html'}}
{{request.is_local=True}}
<script><!--
jQuery(document).ready(function(){
jQuery("table.sortable tbody tr").mouseover( function() {