Skip to content

CSS "..." false-positive for URL #1178

@vampiricwulf

Description

@vampiricwulf

Describe the bug
Added custom css:

#profile-info-text::before {
    content: "BIO_DATA_LOADED...";
    display: block;
    color: var(--pink);
    font-size: 10px;
    margin-bottom: 5px;
    text-shadow: 0 0 5px var(--pink);
}

Gave me the unsupported URL error (must use imgur, github, etc.).
Deleted the ... and it sync without error, so ... is improperly being read as a URL.

Browser
Watefox 6.6.6

OldTwitter version
v1.9.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions