Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML can be inserted into username field (no idea how to fix this) #51

Open
cemalokten opened this issue Oct 15, 2021 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@cemalokten
Copy link

I'm pretty sure this can be done will all of our sites, but could be cool to put some pattern that prevents it?

@cemalokten cemalokten added the enhancement New feature or request label Oct 15, 2021
@cemalokten
Copy link
Author

Screenshot 2021-10-15 at 10-30-28 e-Coffee Home

@cemalokten
Copy link
Author

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        .main {
            background-color: blue;
        }
        h1::before {
            content: '☕☕☕☕';
        }
        h1::after {
            content: '☕☕☕☕';
        }

    </style>
</head>
<body STYLE="background-color: chartreuse;">
    <P>🙂</P>
</body>
</html>

@jijip41
Copy link
Contributor

jijip41 commented Oct 15, 2021

We are working on it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants