• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Code Filter - Stripping -Changing

Code Filter - Stripping -Changing 10 years 10 months ago #27753

  • don5
  • don5's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm using RSFirewall 56 with J 2.5.20. Does RSF adjust/change code in components? I am trying to find the cause of some script code that can't be saved as written. This is the code:
echo '<script src="/includes/maskedinput/src/jquery.maskedinput.js" type="text/j-avascript"></script>';

echo '<script>
JQuery(function($){
$("#ff_elem1588").mask("(999) 999-9999");
});
</script>';
When I save, a dash line is added to "s-cript". This is the code when saved:
echo '<s-cript src="/includes/maskedinput/src/jquery.maskedinput.js" type="text/j-avascript"></script>';

echo '<s-cript>
JQuery(function($){
$("#ff_elem1588").mask("(999) 999-9999");
});
</script>';
I have turned off all my editors and it still does it. Is there a setting in RSF that would cause / fix this?
Thanks
The administrator has disabled public write access.

Code Filter - Stripping -Changing 10 years 10 months ago #27765

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
This is a protection from RSFirewall that can be disabled by following the How To from the following article :RSFirewall! doesn't allow me to add HTML, CSS or JavaScript
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!