Accept chromedriver url for sign and .env cleanup

This commit is contained in:
Pablo Ferreiro 2022-03-13 23:18:10 +01:00
parent d061c210a2
commit c682432920
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
7 changed files with 195 additions and 36 deletions

View file

@ -7,7 +7,7 @@
{block content}
<p class="title">About this instance</p>
<p>Forcing Legacy mode: {isset($_ENV['FORCE_LEGACY']) ? 'yes' : 'no'}</p>
<p>Forcing Legacy mode: {isset($_ENV['API_FORCE_LEGACY']) ? 'yes' : 'no'}</p>
<p>Instance-level Proxy: {isset($_ENV['PROXY_HOST']) ? 'yes' : 'no'}</p>
<hr />
<p class="title">Why would I want to use ProxiTok?</p>