mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(dbx): caching for dropbox
This commit is contained in:
parent
09ef9d7160
commit
e4961b32aa
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@
|
|||
{
|
||||
"name": "issueProviderAndAssets",
|
||||
"urls": [
|
||||
"https://**",
|
||||
"http://**",
|
||||
"!//apis.google.com/**",
|
||||
"!//content.googleapis.com/**"
|
||||
"!//content.googleapis.com/**",
|
||||
"!//content.dropboxapi.com/**",
|
||||
"!//api.dropboxapi.com/**"
|
||||
],
|
||||
"cacheConfig": {
|
||||
"maxSize": 4000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue