You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Reporting API is not supported by all browsers yet, so this isn't something we need to move on for at least another year or so. As of November 2020 it's not yet supported by Firefox or Safari.
At some point we'll want to add support for report-to in addition to report-uri. With both are present and the browser support both, report-to takes precedence.
Separately, when all browsers supported by ember has support for report-to we'll want to drop the report-uri value.
At some point we'll want to add support for report-to in addition to report-uri. With both are present and the browser support both, report-to takes precedence.
Separately, when all browsers supported by ember has support for report-to we'll want to drop the report-uri value.
Sounds like a plan. Let's do it. 😄
I see two parts of the addon being affected by that change:
The new Reporting API is not supported by all browsers yet, so this isn't something we need to move on for at least another year or so. As of November 2020 it's not yet supported by Firefox or Safari.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-to
report-to
in addition toreport-uri
. With both are present and the browser support both,report-to
takes precedence.report-to
we'll want to drop thereport-uri
value.Opened since @jelhan asked me to: #148
Background
The text was updated successfully, but these errors were encountered: