Skip to content

Commit

Permalink
🐛 PWA when global privacy is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Oct 31, 2019
1 parent 37c49cf commit e8e7a25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/Services/Shaarli/Concerns/ControlsGlobalPrivacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public function requestAuthorizedForGlobalPrivacy(Request $request): bool
'login/secure/*',
'password/*',
'logout',
'shared/*'
'shared/*',
'manifest.json',
'sw.js',
];

foreach ($excepts as $except) {
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
- Laravel 6.4
- New theme (rounded, more icons, more space, new font)
- Replaced font "Rubik" by "IBM Plex Sans" (without Google Font)
- Move settings translation from frontend file to laravel file for performance issue
- Move settings translation from frontend file to laravel file for performance issue

## Fixed

- PWA when global privacy is enabled

# 1.2.24

Expand Down

0 comments on commit e8e7a25

Please sign in to comment.