Needs review
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
23 Apr 2013 at 13:48 UTC
Updated:
26 Apr 2013 at 01:15 UTC
A small change to replace the ($_GLOBALS['is_https']) ternary with a schemeless URI.
It's referenced http://stackoverflow.com/questions/954327/hidden-features-of-html/960111... and http://stackoverflow.com/questions/4831741/can-i-change-all-my-http-link... .
I've attached a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| schemeless_uri.patch | 741 bytes | roberttstephens |
Comments
Comment #1
quicksketchThis seems like a good idea to me. At the time FBOAuth was written, schema-less URLs were not yet supported. It looks like IE6 doesn't support them (not a problem any more) and IE7/8 double-load CSS files with schemaless URLs, also not a problem for this use-case.