mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-09 02:07:50 +08:00
Add PKCS#7 extensions to supported file types
Added '.p7s' and '.pkcs7' to the list of well-known certificate-related extensions in the CertViewer plugin to support PKCS#7 detached signature files.
This commit is contained in:
@@ -68,10 +68,10 @@
|
||||
RowHeaderWidth="0">
|
||||
<DataGrid.Columns>
|
||||
<DataGridTextColumn Width="150"
|
||||
Binding="{Binding Key}"
|
||||
Binding="{Binding Key, Mode=OneWay}"
|
||||
Header="Field" />
|
||||
<DataGridTextColumn Width="*"
|
||||
Binding="{Binding Value}"
|
||||
Binding="{Binding Value, Mode=OneWay}"
|
||||
Header="Value" />
|
||||
</DataGrid.Columns>
|
||||
</DataGrid>
|
||||
|
||||
Reference in New Issue
Block a user