* netdb.jsp: Fix bug caused by XSS fix
* Translations: drop ru until after release
This commit is contained in:
@ -14,7 +14,8 @@ public class NetDbHelper extends HelperBase {
|
||||
public NetDbHelper() {}
|
||||
|
||||
public void setRouter(String r) {
|
||||
_routerPrefix = DataHelper.stripHTML(r); // XSS
|
||||
if (r != null)
|
||||
_routerPrefix = DataHelper.stripHTML(r); // XSS
|
||||
}
|
||||
|
||||
public void setFull(String f) {
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user