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

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

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top