// Allow accessing microphone and camera on specific websites without asking for a permission "AudioCaptureAllowedUrls": [ "https://meet.jit.si", "https://rendez-vous.renater.fr", "https://apps-concours-01.phm.education.gouv.fr", "https://visio-concours-01.phm.education.gouv.fr", "https://visio-concours-02.phm.education.gouv.fr", "https://visio-agents.education.fr", "https://[*.]visio.education.fr" ], "VideoCaptureAllowedUrls": [ "https://meet.jit.si", "https://rendez-vous.renater.fr", "https://apps-concours-01.phm.education.gouv.fr", "https://visio-concours-01.phm.education.gouv.fr", "https://visio-concours-02.phm.education.gouv.fr", "https://visio-agents.education.fr", "https://[*.]visio.education.fr" ], // Disable tracking of the users' physical location: "DefaultGeolocationSetting": 2, // Never allow fullscreen: "FullscreenAllowed": false, // Hide the home button: "ShowHomeButton": false, // Enable developer tools: "DeveloperToolsAvailability": 1, "URLWhitelist": [ "chrome://view-cert", "chrome://newtab" ],