Je me demandais ce qui se cachait derriere l’option “Fonctionnalités de sécurité expérimentales”.
Je retrouve bien la valeur sur le github “global_settings_setting_security_experimental_enabled” dans le fichier fr.json.
Par contre, j’ai l’impression que ce n’est pas encore utilisé.
J’hésite à cocher l’option, mais j’aimerai savoir ce que cela entraînera.
I was wondering what is behind the option ‘Experimental Security Features’. I can see the value on the GitHub ‘global_settings_setting_security_experimental_enabled’ in the file fr.json. However, I have the impression that it is not yet used. I’m hesitant to check the option, but I would like to know what it will entail.
Since code is law, let’s delve into the code. Changing this setting triggers the following hook:
This hook regenerates the nginx and yunohost configurations:
So this setting adds additional headers in the NGINX configuration.
I did not find anything related to “experimental” in the YunoHost configuration, so I guess it’s legacy and the experimental setting got integrated by default.