summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html')
-rw-r--r--mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html b/mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html
index e08df8c17f..d8961ebc0a 100644
--- a/mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html
+++ b/mobile/android/fenix/app/src/androidTest/assets/pages/global_privacy_control.html
@@ -1,15 +1,14 @@
<!DOCTYPE html>
<html>
-<meta name="viewport" content="width=device-width">
-<body>
-<script type = "text/javascript" >
- const gpcValue = navigator.globalPrivacyControl
- if (gpcValue) {
- document.write('<p>GPC is enabled.</p>');
- } else {
- document.write('<p>GPC not enabled.</p>');
- }
-</script>
-
-</body>
+ <meta name="viewport" content="width=device-width" />
+ <body>
+ <script type="text/javascript">
+ const gpcValue = navigator.globalPrivacyControl;
+ if (gpcValue) {
+ document.write("<p>GPC is enabled.</p>");
+ } else {
+ document.write("<p>GPC not enabled.</p>");
+ }
+ </script>
+ </body>
</html>