Project

General

Profile

Actions

Bug #83971

closed

Console show deprecation warning in chrome

Added by Frank Nägler about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2018-02-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #84086: Notification change for chrome is Important, not BreakingClosed2018-02-28

Actions
Actions #1

Updated by Andreas Kienast about 6 years ago

We have to check how other browsers handle this. Simply checking for HTTPS could break that feature for non-affected browsers.

Actions #2

Updated by Frank Nägler about 6 years ago

  • Status changed from New to In Progress
  • Assignee set to Frank Nägler
Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Frank Nägler about 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Christian Kuhn about 6 years ago

  • Related to Task #84086: Notification change for chrome is Important, not Breaking added
Actions #11

Updated by Gerrit Code Review about 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

Actions #12

Updated by Frank Nägler about 6 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF