Skip to content

Commit 7833dcc

Browse files
committed
Enable RFC 3161 timestamp by default
1 parent 646bd1c commit 7833dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _guess_app_name(original_filename: str) -> str:
426426
else:
427427
use_timestamp = st.checkbox(
428428
"Request RFC 3161 timestamp (requires network)",
429-
value=False,
429+
value=True,
430430
help="Obtain a trusted timestamp from an external TSA (Time Stamping Authority). This proves when the scan was performed.",
431431
)
432432
try:

0 commit comments

Comments
 (0)