mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00:00
allow long urls on admin
This commit is contained in:
@@ -11,6 +11,10 @@ namespace Bit.Admin
|
|||||||
{
|
{
|
||||||
WebHost
|
WebHost
|
||||||
.CreateDefaultBuilder(args)
|
.CreateDefaultBuilder(args)
|
||||||
|
.ConfigureKestrel(o =>
|
||||||
|
{
|
||||||
|
o.Limits.MaxRequestLineSize = 20_000;
|
||||||
|
})
|
||||||
.UseStartup<Startup>()
|
.UseStartup<Startup>()
|
||||||
.ConfigureLogging((hostingContext, logging) =>
|
.ConfigureLogging((hostingContext, logging) =>
|
||||||
logging.AddSerilog(hostingContext, e =>
|
logging.AddSerilog(hostingContext, e =>
|
||||||
|
|||||||
Reference in New Issue
Block a user