Omnus wrote:
I spent some time on IRC this morning trying to figure out why I couldn't add a CNAME to my domains. After some initial help and investigation, I found that, on 2 of the 3 computers tested with the same version of Chrome, a byte order mark was being appended to the "target" field of the POST data. This happened no matter what zone I tried to add a CNAME from. So for example, instead of getting "domains.tumblr.com", when I viewed the URL encoded POST data it turned out to be "domains.tumblr.com%EF%BB%BF". On the computer that worked correctly, this was not appended.
Pastebin of the conversation:
http://pastebin.com/tifmjgGtThe BOM causing the problem is in the Tumblr instructions page at
http://www.tumblr.com/docs/en/custom_domains, which I presume you copied your string from...?
Code:
<td>point CNAME record to "<strong>domains.tumblr.com</strong>"</td>