Jump to content

Back in Stock Notifications


CubeCart Bot

Recommended Posts

  • 3 weeks later...

@Noodleman Do you think we can update the extension to remove the .htaccess 

deny from all

in the cron folder?

Reason being is that it allows for not only cron jobs like;

wget -q -O - https://www.example.com/modules/plugins/back_in_stock_notifications/cron/back_in_stock_notifications_cron.php >/dev/null 2>&1  Edit

but also a web service like Easy Cron.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 1 month later...

Deny from all will not be removed for security reasons. The cron job is designed to run as being called directly, not via wget.  The module is not designed to expose the start of the job to the internet. 

There should be no requirement, or need to ever call a cron job via wget.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...