PhpMyAdmin slipping <style>html{display:none;}</style> into <head> tag after adding https and cloudflare?

StackOverflow https://stackoverflow.com/questions/21836978

Frage

I bought a comodo tls certificate and successfully added it to my website running on Arch Linux and NGINX.

The main homepage displays fine.

The phpMyAdmin directory that was working prior to adding cloudflare and https still displays, and would show everything I assume, except for this pesky bit of html which seems to be being implanted into the tag for some reason:

<style>html{display:none;}</style>

Has anybody else come across this phenomenon before?

PHPMYADMIN + CLOUDFLARE = display none?

War es hilfreich?

Lösung

It was cloudflare doing something that phpmyadmin didn't like apparantly.

Accessing my direct.domain.com/phpmyadmin link works as domain.com/phpmyadmin used to.

The 'direct' subdomain is a cloudflare-free subdomain by default as specified in the cloudflare DNS settings.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top