mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-01 03:20:30 +00:00
dcb80ac250
Introduces a new content security policy header for responses to all requests to reduce the possibility of ip leaks to outside connections. By default blocks all inline scripts, and only allows content loaded from Whoogle. Refactors a few small inline scripting cases in the project to their own individual scripts.
7 lines
95 B
HTML
7 lines
95 B
HTML
<h1>Error</h1>
|
|
<hr>
|
|
<p>
|
|
Error: "{{ error_message|safe }}"
|
|
</p>
|
|
<a href="/">Return Home</a>
|