react-native-dom icon indicating copy to clipboard operation
react-native-dom copied to clipboard

Set CSP or Firefox fails to load (301)

Open thebetterjort opened this issue 5 years ago • 2 comments

Looks like this resource is failing and Firefox shows blank page on https://rntester.now.sh, Windows 10 64bit.

CURRENT_SITE: rntester.now.sh KeeperFill-var.js:17245:51 Running application "RNTesterApp" with appParams: {"rootTag":1,"initialProps":{}}. DEV === false, development-level warning are OFF, performance optimizations are ON RNTesterApp.dom.bundle:257:72 Loading mixed (insecure) display content “http://origami.design/public/images/bird-logo.png?r=1&t=1532364279564” on a secure page[Learn More]

thebetterjort avatar Jul 23 '18 16:07 thebetterjort

Interesting, that warning/error is actually due to RNTester referencing an http image (only causes an issue on web, not native), and the result should just be that the image doesn't load, not break rendering entirely.

I brought up FF (updated to latest stable version) on my local machine and RNTester renders correctly (even with that warning in the console). Can you do any more digging on your local setup to try and determine why it's a blank screen?

vincentriemer avatar Jul 27 '18 16:07 vincentriemer

It appears my uBlock pop up blocker was on. Hmmm, maybe serving these assets locally would prevent the popup blocker from interfering?

thebetterjort avatar Jul 30 '18 18:07 thebetterjort