-
Notifications
You must be signed in to change notification settings - Fork 547
Allow HTTP images to show on an HTTPS site #94
Comments
I was able to reproduce. Apple's site is served over HTTPS (secure), but they're including the images over HTTP (insecure). Beaker's current behavior is not to show the HTTP assets. That may be too severe of a policy. |
Is there a way to change this in our build of beaker ?
On September 13, 2016 at 9:06:30 AM, Paul Frazee (notifications@github.com) wrote: I was able to reproduce. Apple's site is served over HTTPS (secure), but they're including the images over HTTP (insecure). Beaker's current behavior is not to show the HTTP assets. That may be too severe of a policy. — |
I'll relax this policy. Insecure images will be allowed to display, but JS/CSS must remain secure. |
Thats great !
On September 13, 2016 at 9:18:25 AM, Paul Frazee (notifications@github.com) wrote: HTTP assets |
This is going to require changes to Electron, which is upstream of me. (See electron/electron#2749). I'll have to put this on the backburner until I have time to make a PR to them. |
I have been using beaker for the last 4 days. |
I'll need to make a change to software that Beaker depends on, but doesn't have control over (Electron). The turn-around time for that kind of change tends to be pretty slow. I'll try to get it done soon, but it'll take some time. |
Thanks ! On September 16, 2016 at 11:43:48 AM, Paul Frazee (notifications@github.com) wrote: I'll need to make a change to software that Beaker depends on, but doesn't have control over (Electron). The turn-around time for that kind of change tends to be pretty slow. I'll try to get it done soon, but it'll take some time. — |
Is this issue fixed in latest release ? |
It's not. I've begun the process that will allow me to fix this, but it's On Wed, Sep 28, 2016 at 9:45 AM, fredhampton notifications@github.com
|
ok On September 28, 2016 at 7:47:11 AM, Paul Frazee (notifications@github.com) wrote: It's not. I've begun the process that will allow me to fix this, but it's On Wed, Sep 28, 2016 at 9:45 AM, fredhampton notifications@github.com
|
Custom Electron Build (which introduces fix for #94)
@fredhampton this is finally solved in master. Thank for being patient. |
Thanks !!!!! On October 18, 2016 at 12:27:30 PM, Paul Frazee (notifications@github.com) wrote: @fredhampton this is finally solved in master. Thank for being patient. — |
I tried the master build and it seems that iTunes images are not showing Thanks !! On October 18, 2016 at 12:27:30 PM, Paul Frazee (notifications@github.com) wrote: @fredhampton this is finally solved in master. Thank for being patient. — |
Run On Tue, Oct 18, 2016 at 7:53 PM, fredhampton notifications@github.com
|
After running On October 18, 2016 at 7:56:07 PM, Paul Frazee (notifications@github.com) wrote: Run On Tue, Oct 18, 2016 at 7:53 PM, fredhampton notifications@github.com
|
Oh weird, it's suddenly not working for me either. Looking into it |
I'm getting inconsistent behavior, that I can't find the pattern for. I did Try this:
|
I will give that a try On October 19, 2016 at 9:32:22 AM, Paul Frazee (notifications@github.com) wrote: I'm getting inconsistent behavior, that I can't find the pattern for. I did rm node_modules/electron and then npm i, and that solved it. Not sure what's going on. Try this: npm cache clean |
@fredhampton don't try that yet, I don't think it'll work. Something is wrong with my deployment process. I'll keep working and get back to you |
Ok On October 19, 2016 at 10:28:27 AM, Paul Frazee (notifications@github.com) wrote: @fredhampton don't try that yet, I don't think it'll work. Something is wrong with my deployment process. I'll keep working and get back to you — |
Ok try this again for me. Do this:
Then open up one of these pages and LMK if you see the pics. Thanks! |
I did all of the steps still no pics…..is there a way to clear the cache from beaker ….could this be the issue ? On October 19, 2016 at 5:11:18 PM, Paul Frazee (notifications@github.com) wrote: Ok try this again for me. Do this: cd $your_electron_folder Thanks! — |
No it has to do with a which version of electron is used. Let's see if this will be solved by my packaged release. Sent from my iPhone
|
@fredhampton I found it. Turns out the electron binary is being cached in ~/.electron. Do the following for me:
This should solve your other open issue. |
it WORKED ! Thanks so much !!! On October 21, 2016 at 12:50:02 PM, Paul Frazee (notifications@github.com) wrote: @fredhampton I found it. Turns out the electron binary is being cached in ~/.electron. Do the following for me: cd $your_electron_folder — |
Great! On Tue, Oct 25, 2016 at 1:51 PM, fredhampton notifications@github.com
|
Operation System:OSX
Beaker Version:Latest from Master
When I go to https://itunes.apple.com/us/artist/the-jimi-hendrix-experience/id62819
The thumb nails for the albums do not show up
The text was updated successfully, but these errors were encountered: