diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2018-10-16 12:24:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-16 12:24:54 +0900 |
| commit | 1213373027073ea15d944194b10f507cebc9978e (patch) | |
| tree | 63d5d4bcf989eb06c8c660509c9e8a03ae1701d3 /src | |
| parent | Update autogen.sh (#2914) (diff) | |
| download | sharkey-1213373027073ea15d944194b10f507cebc9978e.tar.gz sharkey-1213373027073ea15d944194b10f507cebc9978e.tar.bz2 sharkey-1213373027073ea15d944194b10f507cebc9978e.zip | |
Use cache with RSS (#2915)
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/widgets/rss.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/common/views/widgets/rss.vue b/src/client/app/common/views/widgets/rss.vue index 448eee9fb6..68ab8e3a57 100644 --- a/src/client/app/common/views/widgets/rss.vue +++ b/src/client/app/common/views/widgets/rss.vue @@ -44,7 +44,6 @@ export default define({ }, fetch() { fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.props.url}`, { - cache: 'no-cache' }).then(res => { res.json().then(feed => { this.items = feed.items; |