View | Details | Raw Unified | Return to bug 337048
Collapse All | Expand All

(-)proxy.ycp (-1 / +1 lines)
Lines 395-401 Link Here
395
395
396
    // #103841, relaxed. now avoiding only quotes
396
    // #103841, relaxed. now avoiding only quotes
397
    // was CAlnum() + ".:_-/\\"
397
    // was CAlnum() + ".:_-/\\"
398
    string ValidCharsUsername = deletechars (String::CGraph (), "'\"");
398
    string ValidCharsUsername = deletechars (String::CGraph (), "'\"") + " ";
399
    UI::ChangeWidget(`id(`http), `ValidChars, URL::ValidChars);
399
    UI::ChangeWidget(`id(`http), `ValidChars, URL::ValidChars);
400
    UI::ChangeWidget(`id(`https), `ValidChars, URL::ValidChars);
400
    UI::ChangeWidget(`id(`https), `ValidChars, URL::ValidChars);
401
    UI::ChangeWidget(`id(`ftp), `ValidChars, URL::ValidChars);
401
    UI::ChangeWidget(`id(`ftp), `ValidChars, URL::ValidChars);

Return to bug 337048