Bug #83971
closedConsole show deprecation warning in chrome
100%
Description
[Deprecation] The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
The LoginRefresh.js contains this code:
if (typeof Notification !== 'undefined' && Notification.permission !== 'granted') { Notification.requestPermission(); }
this code should only be executed on SSL protected sides to prevent the deprecation warning
Updated by Andreas Kienast almost 7 years ago
We have to check how other browsers handle this. Simply checking for HTTPS could break that feature for non-affected browsers.
Updated by Frank Nägler over 6 years ago
- Status changed from New to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55916
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55916
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55916
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55916
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55916
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55916
Updated by Frank Nägler over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eab35317905f5ecd33547b5381b2019dc9c99265.
Updated by Christian Kuhn over 6 years ago
- Related to Task #84086: Notification change for chrome is Important, not Breaking added
Updated by Gerrit Code Review over 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55946
Updated by Frank Nägler over 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset 4820410d130feaf9420a8bb9838bdfcd521c5f3b.