You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed and started using your pastebin last week, and today we noticed that some legitimate content (example bellow) was removed. I looked in the code and think it's due to remove_invisible_characters[1] removing HTML special charaters pasted in hexadecimal (I think).
Is this a feature? Could it be something wrong in my configuration? Is there a work arround?
Example (C code):
intmain(void)
{
// When pasted, only "s" remains as the format string.printf("%12s", "I am a string");
return0;
}
I am sorry if it is not the right place for this. Thank you in advance.
Indeed, a nasty "bug". Thanks to the fact that codeigniter allows us to replace core libs within our application (http://codeigniter.com/user_guide/general/core_classes.html), I could comment that replacement out. Makes no sense for codesharing pastebins.
Hi guys,
I installed and started using your pastebin last week, and today we noticed that some legitimate content (example bellow) was removed. I looked in the code and think it's due to remove_invisible_characters[1] removing HTML special charaters pasted in hexadecimal (I think).
Is this a feature? Could it be something wrong in my configuration? Is there a work arround?
Example (C code):
I am sorry if it is not the right place for this. Thank you in advance.
[1] https://github.com/claudehohl/Stikked/blob/master/htdocs/system/core/Common.php#L514
The text was updated successfully, but these errors were encountered: