mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-19 12:57:22 +02:00
Compare commits
No commits in common. "fea393dcfdd2e825de96c1ebb9d99718f5ab40a3" and "23e3c8ecc32c62d6de2a9e4f4efc963bdef99205" have entirely different histories.
fea393dcfd
...
23e3c8ecc3
@ -60,7 +60,7 @@ repos:
|
|||||||
args: [--update-only, --notitle]
|
args: [--update-only, --notitle]
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.28.3
|
rev: 0.28.2
|
||||||
hooks:
|
hooks:
|
||||||
#- id: check-dependabot
|
#- id: check-dependabot
|
||||||
#- id: check-github-actions
|
#- id: check-github-actions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Version: 202405140842
|
# Version: 202307111415
|
||||||
# Description: Aminda gist blocklist test
|
# Description: Aminda gist blocklist test
|
||||||
# Title: Aminda's small blocklist
|
# Title: Aminda gist
|
||||||
# Last modified: 2023-07-11T14:15:00+0300
|
# Last modified: 2023-07-11T14:15:00+0300
|
||||||
# Expires: 24 hours
|
# Expires: 24 hours
|
||||||
# Syntax: Domains (wildcards)
|
# Syntax: Domains (wildcards)
|
||||||
@ -11,11 +11,3 @@ google-analytics.com
|
|||||||
*.ssl.google-analytics.com
|
*.ssl.google-analytics.com
|
||||||
matrix.to
|
matrix.to
|
||||||
graph.facebook.com
|
graph.facebook.com
|
||||||
fritz.box
|
|
||||||
mywifiext.net
|
|
||||||
tplinkrepeater.net
|
|
||||||
router.asus.com
|
|
||||||
*.fritz.box
|
|
||||||
*.mywifiext.net
|
|
||||||
*.tplinkrepeater.net
|
|
||||||
*.router.asus.com
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
- [Requirements for everything](#requirements-for-everything)
|
- [Requirements for everything](#requirements-for-everything)
|
||||||
- [Chromium](#chromium)
|
- [Chromium](#chromium)
|
||||||
- [Firefox and Thunderbird](#firefox-and-thunderbird)
|
- [Firefox and Thunderbird](#firefox-and-thunderbird)
|
||||||
- [Firefox policy](#firefox-policy)
|
|
||||||
- [Okular](#okular)
|
- [Okular](#okular)
|
||||||
- [Validation](#validation)
|
- [Validation](#validation)
|
||||||
- [Root certificates](#root-certificates)
|
- [Root certificates](#root-certificates)
|
||||||
@ -59,27 +58,6 @@ In Settings, Advanced, Security devices load the module from (DVV app) `/usr/lib
|
|||||||
`onepin` is a workaround to not ask for PIN2 which is only used for legal agreements,
|
`onepin` is a workaround to not ask for PIN2 which is only used for legal agreements,
|
||||||
email signing also uses PIN1.
|
email signing also uses PIN1.
|
||||||
|
|
||||||
### Firefox policy
|
|
||||||
|
|
||||||
Firefox organizational policy can also be used for this, Thunderbird likely
|
|
||||||
has one too. It will affect all users and instances of the application on the
|
|
||||||
computer.
|
|
||||||
|
|
||||||
In the file `/etc/firefox/policies/policies.json` which must be created if it
|
|
||||||
doesn't exist:
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"policies": {
|
|
||||||
"SecurityDevices": {
|
|
||||||
"Add": {
|
|
||||||
"Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Okular
|
## Okular
|
||||||
|
|
||||||
Okular is the KDE document viewer and supports signing PDF files using FINEID!
|
Okular is the KDE document viewer and supports signing PDF files using FINEID!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user