axe-core-api 4.0.0.pre.2bf4a90 → 4.0.0.pre.04a92d1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/loader.rb +0 -1
- data/node_modules/axe-core/axe.min.js +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2218711ff9603e7d54e08ad3647ab638d2a5ebb47daf688ee80233e8b3aa6c1
|
4
|
+
data.tar.gz: ba7d6388d9372074d4e4bb030b5d8f1a49e7b4c183c81a93c25dabd05fd29a00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58a18735b65a8c9ee23a5b5699ff9d8bd0a04ab49a4449f5850b5aa0800a921ad9ba95e0b273ed25b7b320c80c5a3a5b4195fe4a8c3df31c7c526551456fbf2f
|
7
|
+
data.tar.gz: 7b6659d94470029c8652acdc31260522d37f3ec70735395a3905aaa9a959bcb17f22a1a98f39faea0a1b783eb6205f8c95184a6165de5d531a67d750fc03424a
|
data/lib/loader.rb
CHANGED
@@ -10,7 +10,6 @@ module Common
|
|
10
10
|
|
11
11
|
def call(source)
|
12
12
|
@page.execute_script source
|
13
|
-
@page.execute_script "axe.configure({ allowedOrigins: ['<unsafe_all_origins>'] });"
|
14
13
|
Common::Hooks.run_after_load @lib
|
15
14
|
load_into_iframes(source) unless Axe::Configuration.instance.skip_iframes
|
16
15
|
end
|