diff --git a/src/components/shared-camoufox-config-form.tsx b/src/components/shared-camoufox-config-form.tsx
index 16be429..894f03b 100644
--- a/src/components/shared-camoufox-config-form.tsx
+++ b/src/components/shared-camoufox-config-form.tsx
@@ -538,105 +538,6 @@ export function SharedCamoufoxConfigForm({
- {/* WebGL Properties */}
-
-
- {/* WebGL Parameters */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl:parameters", value)
- }
- title="WebGL Parameters"
- />
-
-
- {/* WebGL2 Parameters */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl2:parameters", value)
- }
- title="WebGL2 Parameters"
- />
-
-
- {/* WebGL Shader Precision Formats */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl:shaderPrecisionFormats", value)
- }
- title="WebGL Shader Precision Formats"
- />
-
-
- {/* WebGL2 Shader Precision Formats */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl2:shaderPrecisionFormats", value)
- }
- title="WebGL2 Shader Precision Formats"
- />
-
-
{/* Geolocation */}
@@ -737,6 +638,105 @@ export function SharedCamoufoxConfigForm({
+ {/* WebGL Properties */}
+
+
+ {/* WebGL Parameters */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl:parameters", value)
+ }
+ title="WebGL Parameters"
+ />
+
+
+ {/* WebGL2 Parameters */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl2:parameters", value)
+ }
+ title="WebGL2 Parameters"
+ />
+
+
+ {/* WebGL Shader Precision Formats */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl:shaderPrecisionFormats", value)
+ }
+ title="WebGL Shader Precision Formats"
+ />
+
+
+ {/* WebGL2 Shader Precision Formats */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl2:shaderPrecisionFormats", value)
+ }
+ title="WebGL2 Shader Precision Formats"
+ />
+
+
{/* Fonts */}