Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Fix issue #18: beacon not sent when using https #26

Merged
merged 1 commit into from
Jan 26, 2012

Conversation

bluesmoon
Copy link
Contributor

When the page_ready event fires, all event subscribers are called in
order. By default, the order is:

  • BOOMR.plugins.RT.done
  • BOOMR.plugins.BW.run

each is supposed to call BOOMR.sendBeacon() when done.

The bug in the https flow is that the BW plugin never calls
BOOMR.sendBeacon() in that block.

When the page_ready event fires, all event subscribers are called in
order. By default, the order is:

- BOOMR.plugins.RT.done
- BOOMR.plugins.BW.run

each is supposed to call BOOMR.sendBeacon() when done.

The bug in the https flow is that the BW plugin never calls
BOOMR.sendBeacon() in that block.
marcelduran pushed a commit that referenced this pull request Jan 26, 2012
Fix issue #18: beacon not sent when using https
@marcelduran marcelduran merged commit 3ae39d6 into YahooArchive:master Jan 26, 2012
bluesmoon referenced this pull request in bluesmoon/boomerang Apr 2, 2015
Fixes mem.* properties on browsers that don't support it and download from beacon-blackhole
bluesmoon referenced this pull request in bluesmoon/boomerang Mar 21, 2016
Fix issue #18: beacon not sent when using https
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants