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

[BUG] Debug component #987

Closed
meetmatt opened this issue Aug 3, 2013 · 1 comment
Closed

[BUG] Debug component #987

meetmatt opened this issue Aug 3, 2013 · 1 comment

Comments

@meetmatt
Copy link

meetmatt commented Aug 3, 2013

Debug component HTML output is broken when opened on HTTPS url, because browser doesn't allow insecure content on HTTPS page.

phalcon.c (1.2.1) line 87233:
zend_declare_property_string(phalcon_debug_ce, SL("_uri"), "http://static.phalconphp.com/debug/1.2.0/", ZEND_ACC_PUBLIC TSRMLS_CC);

should be:
zend_declare_property_string(phalcon_debug_ce, SL("_uri"), "//static.phalconphp.com/debug/1.2.0/", ZEND_ACC_PUBLIC TSRMLS_CC);

@ghost ghost mentioned this issue Aug 3, 2013
@meetmatt
Copy link
Author

meetmatt commented Aug 3, 2013

static.phalconphp.com is not accessible via HTTPS.
For a workaround I just copied all assets to own server and rebuilt Phalcon with different URI to static content.

@phalcon phalcon closed this as completed Aug 5, 2013
phalcon pushed a commit that referenced this issue Nov 1, 2013
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

1 participant