diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-08-05 14:03:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 14:03:01 +0900 |
| commit | 2217a3c5499b6ad28f799dc7c30717667c7753f5 (patch) | |
| tree | b8b1ee34db6c84a8584ae5ede7a40f8be954f202 /.devcontainer/devcontainer.yml | |
| parent | feat: sensitive channel (#11438) (diff) | |
| download | sharkey-2217a3c5499b6ad28f799dc7c30717667c7753f5.tar.gz sharkey-2217a3c5499b6ad28f799dc7c30717667c7753f5.tar.bz2 sharkey-2217a3c5499b6ad28f799dc7c30717667c7753f5.zip | |
chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)
* chore: cacheRemoteFilesのデフォルト値をfalseに
* proxyRemoteFiles to default
* update ja-JP.yml
* update ja-JP.yml
* youCanCleanRemoteFilesCache
* changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to '.devcontainer/devcontainer.yml')
| -rw-r--r-- | .devcontainer/devcontainer.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml index 824a046dc0..5cfb6174ca 100644 --- a/.devcontainer/devcontainer.yml +++ b/.devcontainer/devcontainer.yml @@ -165,8 +165,8 @@ proxyBypassHosts: # Media Proxy #mediaProxy: https://example.com/proxy -# Proxy remote files (default: false) -#proxyRemoteFiles: true +# Proxy remote files (default: true) +proxyRemoteFiles: true # Sign to ActivityPub GET request (default: true) signToActivityPubGet: true |