mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:34:59 -05:00
Tests: Remove Edge version from the user agent
The version will change in the future, matching by /edge\//i is enough (cherry-picked from5a1217e401) Refs8e111df641
This commit is contained in:
@@ -68,7 +68,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
|
||||
var expected,
|
||||
userAgent = window.navigator.userAgent;
|
||||
|
||||
if ( /edge\/12/i.test( userAgent ) ) {
|
||||
if ( /edge\//i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
"attributes": true,
|
||||
|
||||
Reference in New Issue
Block a user