
You can try adding the following line to the head tag in the App.razor page.
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
Example
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<link rel="stylesheet" href="bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="BlazorWebAssembly.styles.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />
</head>
I'm not sure if this will override policy. Meeting with your administrator and explaining the problem is better course of action in my opinion.