Accept chromedriver url for sign and .env cleanup
This commit is contained in:
parent
d061c210a2
commit
c682432920
7 changed files with 195 additions and 36 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue