diff options
| author | Chirayu Krishnappa | 2013-06-28 12:43:18 -0700 |
|---|---|---|
| committer | Chirayu Krishnappa | 2013-06-28 17:38:11 -0700 |
| commit | a22596c925a41c6f9b78cb21e18894987bbbc84b (patch) | |
| tree | 2b1b36b6be2b64a57260c83901d0c98e4bebe613 /src/ng | |
| parent | 0e254cc88c9ece7e4d4343aee00cd49efcba40ef (diff) | |
| download | angular.js-a22596c925a41c6f9b78cb21e18894987bbbc84b.tar.bz2 | |
test($compile): use FQDN for img[src]
img[src]="https://foo" has the unfortunate problem that the browser will
actually try retrieving the resource the non FQDN foo. The local DNS
might suffix a domain to this, resolve it, and try to present a
certificate for the https request and prompt the user to pick a
certificate. This commit avoids that by making foo a FQDN. Note that it
might be better to replace foo with example.com (ref
http://tools.ietf.org/html/rfc2606#section-3).
Diffstat (limited to 'src/ng')
0 files changed, 0 insertions, 0 deletions
