trigger-corp / browser-extensions

Build and run cross-platform browser extensions from one codebase.
Other
312 stars 52 forks source link

Fixed some issues with Firefox AJAX requests #48

Closed ghost closed 9 years ago

ghost commented 9 years ago

Added support for making HTTP calls with 'Accept' header for FF (was being overridden before) Added support for other HTTP verbs in FF (only POST and GET were being sent previously)