update supported browsers in module configs
This commit is contained in:
@@ -11,9 +11,11 @@ beef:
|
||||
name: "Test CORS Request"
|
||||
description: "Test the beef.net.cors.request function by retrieving a URL."
|
||||
authors: ["bcoles"]
|
||||
# http://caniuse.com/cors
|
||||
target:
|
||||
working: ["ALL"]
|
||||
not_working:
|
||||
# CORS is partially supported on IE 8 & 9
|
||||
IE:
|
||||
min_ver: 6
|
||||
max_ver: 7
|
||||
@@ -22,7 +24,10 @@ beef:
|
||||
max_ver: 11
|
||||
C:
|
||||
min_ver: 1
|
||||
max_ver: 2
|
||||
max_ver: 3
|
||||
S:
|
||||
min_ver: 1
|
||||
max_ver: 3
|
||||
F:
|
||||
min_ver: 1
|
||||
max_ver: 3
|
||||
|
||||
Reference in New Issue
Block a user