Update captcha iframe URL again.

This commit is contained in:
ccd0 2017-02-02 05:18:30 -08:00
parent 013d22b55e
commit 98910f093a
2 changed files with 2 additions and 1 deletions

View File

@ -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": [

View File

@ -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: ->