Package: flameshot
Version: 12.1.0-2
Followup-For: Bug #1051408
I attach a patch to prevent this from happening. Users will need to
get their own imgur token in order to upload.
diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp
index 657e896..59c76ba 100644
--- a/src/utils/confighandler.cpp
+++ b/src/utils/confighandler.cpp
@@ -120,7 +120,7 @@ static QMap<class QString, QSharedPointer<ValueHandler>>
// NOTE: If another tool size is added besides drawThickness and
// drawFontSize, remember to update ConfigHandler::toolSize
OPTION("copyOnDoubleClick" ,Bool ( false
)),
- OPTION("uploadClientSecret" ,String (
"313baf0c7b4d3ff" )),
+ OPTION("uploadClientSecret" ,String (
"000000000000000" )),
};
static QMap<QString, QSharedPointer<KeySequence>> recognizedShortcuts = {
--