*

ColdFusion

  • ***
  • 72 posts
email and Phone number always visible in source code?!?
« on: June 03, 2017, 01:02:23 AM »
Hi,

I noticed you always can see the email and phone number in the source code of the ad page, which kind of defeats the hide options completely! Is this none-sense coming from the theme code or the core? Any ideas for a fix? This way every crawler would get your personal data - not really cool  :(

 Here's the code seen:

<input type="hidden" name="contact_name" value="admin">
   <input type="hidden" name="contact_email" value="[email protected]">
   <input type="hidden" name="contact_email_en" value="">
   <input type="hidden" name="contact_phone" value="0123456789">
   <input type="hidden" name="mobil" value="0123456789">

Thank you

*

MB Themes

Re: email and Phone number always visible in source code?!?
« Reply #1 on: June 04, 2017, 09:45:25 PM »
@ColdFusion
Osclass does not have any protection for this.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: email and Phone number always visible in source code?!?
« Reply #2 on: June 05, 2017, 12:36:28 PM »
Thanks, so its the core  >:(. I though it's the theme, as I've seen themes that claim to protect those.

*

MB Themes

Re: email and Phone number always visible in source code?!?
« Reply #3 on: June 05, 2017, 01:53:26 PM »
@ColdFusion
You cannot protect everything. Osclass expect to have these parameters on form submit, therefore you cannot hide them in source.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots