Eoin Brosnan5 months ago
Hello,
I've dug a little further info the issue you reported, and in fact it appears that you're hitting a known bug. There's no need to provide the extra information requested in my previous response, and apologies if you were in the middle of doing so!
The bug affects users of our snap package on Ubuntu 18.04 only. We're working on a fix, but I don't have a date for that just now. For the moment, the best workaround is to remove the snap, and install our app from the.deb package instead. You can grab a copy on the following link:
https://slack.com/downloads/linux
I hope that helps, and sorry again for the trouble here.
Eoin
И именно WEB-сервер устанавливает этот заголовок по имени аутентифицированного пользователя.
if ($user = наш_человек)
{
header("заголовок: " ."значение");
header("Location: " . "сайт.ком");
}
Но если у вас есть доступ к исходникам
любой, подставивший правильное имя (например, Администратор) в такой заголовок сразу получит доступ.
if (isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER']))
Да, ручное изменение программы не поможет, потому что тогда нарушатся криптографическая подпись, и система сэндбокса макоси предотвратит запуск программы.
ну и ~/Desktop