-
The API specifies a region parameter to limit search based on a countries ccTLD. Need to reflect this in the text_search function.
srj55 updated
6 years ago
-
It might be useful to write an article about how to design a URL structure for an internationalized website. We can explain the pros and cons of each approach and let the content authors judge for the…
-
to turn a robot on and off I'm having to call cctl on/off multiple times or waiting a while even just for one robot.
-
Domain Contact is defined as:
The Domain Name Registrant, technical contact, or administrative contact (or the equivalent under a ccTLD) as listed in the WHOIS record of the Base Domain Name or in …
-
twitter-text/java/src/com/twitter/Regex.java misses Email Regex.
-
Currently, we have set up the CSP header like this:
`
Content-Security-Policy:
default-src 'self' 'unsafe-inline' 'unsafe-eval' 'self' https://*.sitecorecloud.io https://*.moosend.com https://*.boo…
-
## TLDR
As you the reader probably know, the `.io` ccTLD is scheduled to be "phased out" in the next couple of years, whatever "phased out" means in this case. In the best case scenario, `crates.io`'…
-
I'm not a regexp wizard, but it looks like the current default URL regexp matches with two letter ccTLDs and a short list of statically defined gTLDs. However, the list of gTLDs has been expanding for…
-
Instead, `http://google.com/` will respond with 302 Found, then redirecting to `http://www.google.XX?gfe_rd=cr&ei=YYYY`, where `XX` is the ccTLD appropriate for the user’s location and YYYY is some ma…
-
[Note: This issue captures an open question related to the changes proposed in PR #91 and summarized on issue #92]
Chrome hopes to mitigate abuse of set formation through a transparent assertion pr…