Remove <meta content="IE=Edge" http-equiv="X-UA-Compatible">
(#166252)
Fixes https://github.com/flutter/flutter/issues/166166
This commit is contained in:
parent
9870afdc0c
commit
edf0322cf0
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Integration test. App load with flutter.js. Custom serviceWorkerVersion provided.</title>
|
<title>Integration test. App load with flutter.js. Custom serviceWorkerVersion provided.</title>
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Integration test. App load with flutter.js and onEntrypointLoaded API. nonce required.</title>
|
<title>Integration test. App load with flutter.js and onEntrypointLoaded API. nonce required.</title>
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Integration test. App load with flutter.js and onEntrypointLoaded API. Trusted Types enabled.</title>
|
<title>Integration test. App load with flutter.js and onEntrypointLoaded API. Trusted Types enabled.</title>
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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>
|
<title>Integration test. App load with flutter.js and onEntrypointLoaded API</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -21,7 +21,6 @@ found in the LICENSE file. -->
|
|||||||
<base href="$FLUTTER_BASE_HREF">
|
<base href="$FLUTTER_BASE_HREF">
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
<meta name="description" content="A new Flutter project.">
|
<meta name="description" content="A new Flutter project.">
|
||||||
|
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -20,7 +20,6 @@ found in the LICENSE file. -->
|
|||||||
<base href="$FLUTTER_BASE_HREF">
|
<base href="$FLUTTER_BASE_HREF">
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
<meta name="description" content="A temporary code sample for Curve2D">
|
<meta name="description" content="A temporary code sample for Curve2D">
|
||||||
|
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -86,7 +86,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
@ -176,7 +175,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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>
|
<title>Integration test. App load with flutter.js and onEntrypointLoaded API</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
@ -208,7 +206,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
@ -232,7 +229,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
|
|
||||||
<title>Web Test</title>
|
<title>Web Test</title>
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
@ -5,7 +5,6 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
||||||
<meta name="description" content="A new Flutter project.">
|
<meta name="description" content="A new Flutter project.">
|
||||||
|
|
||||||
<!-- iOS meta tags & icons -->
|
<!-- iOS meta tags & icons -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user