Update captcha iframe URL again.
This commit is contained in:
parent
013d22b55e
commit
98910f093a
@ -37,6 +37,7 @@
|
|||||||
"https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
|
"https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
|
||||||
"https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
|
"https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
|
||||||
"https://www.google.com/recaptcha/api2/frame?*&k=887877714&*",
|
"https://www.google.com/recaptcha/api2/frame?*&k=887877714&*",
|
||||||
|
"https://www.google.com/recaptcha/api2/bframe?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
|
||||||
"*://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*"
|
"*://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*"
|
||||||
],
|
],
|
||||||
"exclude_matches": [
|
"exclude_matches": [
|
||||||
|
|||||||
@ -45,7 +45,7 @@ Captcha.fixes =
|
|||||||
init: ->
|
init: ->
|
||||||
switch location.pathname.split('/')[3]
|
switch location.pathname.split('/')[3]
|
||||||
when 'anchor' then @initMain()
|
when 'anchor' then @initMain()
|
||||||
when 'frame' then @initPopup()
|
when 'frame', 'bframe' then @initPopup()
|
||||||
when 'fallback' then @initNoscript()
|
when 'fallback' then @initNoscript()
|
||||||
|
|
||||||
initMain: ->
|
initMain: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user