From 9184d8f6a7bd345486265952a1d56294e69d64e1 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Aug 26 2021 06:45:31 +0000 Subject: levels.md: Keep the ordering from level.js It is also used in the settings page --- diff --git a/docs/levels.md b/docs/levels.md index 30c4adc..aeae0d3 100644 --- a/docs/levels.md +++ b/docs/levels.md @@ -24,9 +24,9 @@ NBS is active independently on the levels defined below. If necessary, you can w * **Protect against SharedArrayBuffer exploitation --** *OFF* * **Protect against WebWorker exploitation --** *OFF* * **Limit Geolocation API --** *Use accuracy of hundreds of meters* +* **navigator.sendBeacon --** *Do not send anything and return true* * **Disable Battery status API --** *ON* * **window.name --** *Clear with each page load* -* **navigator.sendBeacon --** *Do not send anything and return true* ### Level 2 * **Manipulate the time precision provided by Date, performance, and Geolocation API --** *ON* @@ -42,9 +42,9 @@ NBS is active independently on the levels defined below. If necessary, you can w * **Protect against SharedArrayBuffer exploitation --** *OFF* * **Protect against WebWorker exploitation --** *OFF* * **Limit Geolocation API --** *Use accuracy of kilometers* +* **navigator.sendBeacon --** *Do not send anything and return true* * **Disable Battery status API --** *ON* * **window.name --** *Clear with each page load* -* **navigator.sendBeacon --** *Do not send anything and return true* ### Level 3 * **Manipulate the time precision provided by Date, performance, and Geolocation API --** *ON* @@ -64,7 +64,7 @@ NBS is active independently on the levels defined below. If necessary, you can w * **Protect against WebWorker exploitation --** *ON* * *Remove real parallelism* -- Use Worker polyfill instead of the native Worker. * **Limit Geolocation API --** *Disabled* +* **navigator.sendBeacon --** *Do not send anything and return true* * **Disable Battery status API --** *ON* * **window.name --** *Clear with each page load* -* **navigator.sendBeacon --** *Do not send anything and return true*