Hide senstive content and fix image caching
This commit is contained in:
parent
043e9a79dc
commit
e5d8ef83ea
5 changed files with 46 additions and 27 deletions
|
@ -6,10 +6,9 @@
|
|||
{% include "header.html" %}
|
||||
<div style="margin-top:50px;">
|
||||
|
||||
<form id="lookup-form" method="POST">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
|
||||
<input type="text" name="url" value="{{url or '' }}" placeholder="https://url-of-a-user-or-a-note.tld">
|
||||
<input type="submit" value="Lookup">
|
||||
<form id="lookup-form" method="GET">
|
||||
<input type="text" name="url" value="{{url or '' }}" placeholder="https://url-of-a-user-or-a-note.tld">
|
||||
<input type="submit" value="Lookup">
|
||||
</form>
|
||||
|
||||
{% if data %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue