Bug #123
Address inconsistent use of http and https in fundraising plugin
Status: | Feedback | Start date: | 03/08/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Simmons | % Done: | 0% |
|
Category: | - | |||
Target version: | v0.2.1 - Public Beta Enhancements |
Description
Some of the widgets that the fundraising plugin supports try to use dynamic calls to determine if they should use http vs https for the protocol when including content from third party sites on ODE. Other widgets use the string "https". We need to use a consistent (and working) implementation for including content from third party sites.
History
Updated by J. Simmons over 9 years ago
- Assignee changed from Kevin Bouwkamp to Christopher Sigman
Is there a way to get the Redmine protocol setting from the Redmine Plugin API? If so, the plugins should use that flag to determine the protocol string.
Updated by Christopher Sigman almost 9 years ago
- Status changed from New to Feedback
- Assignee changed from Christopher Sigman to J. Simmons
J, I'm not quite sure which way we want to do this. Do we want them all to use https all the time, or do we want them to all use the same protocol that ODE is using at the time?