Skip to content

Commit

Permalink
tests: avoid captcha from Yandex maps
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Oct 3, 2024
1 parent dcaab2f commit bae9644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/domains/maps.yandex.ru/maps.yandex.ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
re: /^https:\/\/yandex\.ru\/maps\//,

mixins: [
"*"
// "*" // Captcha :\
],

getLink: function(url, utils, options) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/domains/maps.yandex.ru/maps.yandex.ru.short.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
re: /^https:\/\/yandex\.ru\/maps\/-\//,

mixins: [
"*"
// "*" //Captcha :\
],

getLink: function(url) {
Expand Down

0 comments on commit bae9644

Please sign in to comment.