Skip to content

Wrong Content-Type of your websites #327

Description

@Polda18

Your websites are completely unsuable without Javascript debug console. This is roughly what I see when I enter your sites:
image

I had to copy all content of the page, paste it into an escape tool (so I don't have to painstainkinkly replace every single character one by one by its escaped sequence), and paste the result back into console in this formar:

document.write("Javascript escaped HTML string")

I guess the issue is caused by wrong Content-Type reported by the server to the browser, which in this case may be text/plain. Please change it to text/html to fix it and then I might start considering using your services. Thank you :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions