Remove <meta content="IE=Edge" http-equiv="X-UA-Compatible"> (#166252)

Fixes https://github.com/flutter/flutter/issues/166166
This commit is contained in:
Ben Konyi
2025-03-31 12:03:56 -04:00
committed by GitHub
parent 9870afdc0c
commit edf0322cf0
13 changed files with 0 additions and 16 deletions

View File

@@ -86,7 +86,6 @@ found in the LICENSE file. -->
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>Web Test</title>
<!-- iOS meta tags & icons -->
@@ -176,7 +175,6 @@ found in the LICENSE file. -->
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>Integration test. App load with flutter.js and onEntrypointLoaded API</title>
<!-- iOS meta tags & icons -->
@@ -208,7 +206,6 @@ found in the LICENSE file. -->
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>Web Test</title>
<!-- iOS meta tags & icons -->
@@ -232,7 +229,6 @@ found in the LICENSE file. -->
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>Web Test</title>
<!-- iOS meta tags & icons -->

View File

@@ -5,7 +5,6 @@ found in the LICENSE file. -->
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<!-- iOS meta tags & icons -->