tylergaw / day-player

A Sketch Plugin for creating placeholder images from online services.
MIT License
391 stars 22 forks source link

Set www prefix for fillMurray and fillCage #41

Open menzow opened 7 years ago

menzow commented 7 years ago

Due to a configuration error on fillMurray.com and fillCage.com domains https requests without a www. prefix get downgraded to http. For security reasons Sketch drops any non https request which is not handled by the plugin. To fix this behaviour I added a www. prefix, which are not downgraded when connected to directly. Handling dropped request should be fixed in a future update