]> git.ipfire.org Git - ipfire.org.git/commit
web: Fix access to other domains in dev environments
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Apr 2023 10:36:09 +0000 (10:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Apr 2023 10:36:09 +0000 (10:36 +0000)
commitc85f80e25e339ea0b1532ed6aed75cdfb3ac899c
tree211ecc151320f0b4693f959267bb523310377c5c
parent811ede6a9d8349d9bf962cb795479d17440dbe2f
web: Fix access to other domains in dev environments

The former regular expression was slightly too greedy and this change
should fix this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py