Hi, i start using this bundle and i fix some issues that i notice but some problems are still present... For example: - The allowed IPs are hardcoded, what happed if my ip change? - In the MaintenanceListener the validation of autorization parameters don't work as expected, for example, using: <pre><code>lexik_maintenance: authorized: query: { foo: bar }</code></pre> When you lock the app and open <code>http://app_domain/?foo=barrrrrr</code> the listener not throw the exception
Hi, i start using this bundle and i fix some issues that i notice but some problems are still present...
For example:
The allowed IPs are hardcoded, what happed if my ip change?
In the MaintenanceListener the validation of autorization parameters don't work as expected, for example, using:
When you lock the app and open
http://app_domain/?foo=barrrrrrthe listener not throw the exception