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

Set CSP or Firefox fails to load (301) #64

Open
thebetterjort opened this issue Jul 23, 2018 · 2 comments
Open

Set CSP or Firefox fails to load (301) #64

thebetterjort opened this issue Jul 23, 2018 · 2 comments

Comments

@thebetterjort
Copy link
Contributor

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]

@vincentriemer
Copy link
Owner

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?

@thebetterjort
Copy link
Contributor Author

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

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

No branches or pull requests

2 participants