mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: Update links to EdgeHTML issues to go through Web Archive
With Microsoft going Chromium with Edge, its old EdgeHTML issues were all removed. :( Closes gh-4584
This commit is contained in:
parent
9b9ed469b4
commit
1dad1185e0
@ -2851,7 +2851,7 @@ testIframe(
|
||||
|
||||
// Support: Edge <=18+
|
||||
// Edge doesn't support nonce in non-inline scripts.
|
||||
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
|
||||
// See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
|
||||
QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ]
|
||||
);
|
||||
|
||||
@ -2871,7 +2871,7 @@ testIframe(
|
||||
|
||||
// Support: Edge <=18+
|
||||
// Edge doesn't support nonce in non-inline scripts.
|
||||
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
|
||||
// See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
|
||||
QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ]
|
||||
);
|
||||
|
||||
@ -2891,6 +2891,6 @@ testIframe(
|
||||
|
||||
// Support: Edge <=18+
|
||||
// Edge doesn't support nonce in non-inline scripts.
|
||||
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
|
||||
// See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
|
||||
QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user