This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:6E1005C1115354DF97C80619AE054EAFB2F95E18]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:6E1005C1115354DF97C80619AE054EAFB2F95E18]
| package main | |
| import ( | |
| "fmt" | |
| "github.com/bytesparadise/libasciidoc" | |
| config "github.com/bytesparadise/libasciidoc/pkg/configuration" | |
| "os" | |
| "time" | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| //参考:https://onlinepckan.net/tool/ffuserconfigsecurity.html | |
| // メモリキャッシュ容量。メモリどれだけ積んでいるかによって値は変わってくる。-1だと自動管理 | |
| user_pref("browser.cache.memory.capacity", -1); | |
| //ディスクキャッシュ無効化 | |
| user_pref("browser.cache.memory.enable", true); | |
| user_pref("browser.cache.disk.enable",false); | |
| user_pref("browser.cache.disk_cache_ssl", false); | |
| user_pref("browser.cache.check_doc_frequency", 0); | |
| //タブの更新頻度の設定 |