54

I work behind an really annoying firewall, and I just want the net admin to add all the SE websites to the whitelist. Right now I've lost access to Stack Overflow's authentication, but not Meta's... so I have to come here before I log in there.

It's driving me nuts. Basically I just want to add an exclusion rule for all SE domains; not only the website domains, but also the content domains such as gravatar.com, quantserve.com, the domain that holds static content, etc...

6

2 Answers 2

51

I'm a Community Wiki answer; please update me!

Stack Exchange sites can be found on these domains (or subdomains, e.g. *.stackexchange.com (including *.meta.stackexchange.com)):

Domain Site
askubuntu.com Ask Ubuntu
mathoverflow.net MathOverflow
serverfault.com Server Fault
stackoverflow.com Stack Overflow
stackexchange.com Stack Exchange
stackapps.com Stack Apps
superuser.com Super User

stackexchange.com includes first level domains, and second level domains: *.*.stackexchange.com

The following domains (and in most cases their subdomains) are necessary to view Stack Exchange content and participate on Stack Exchange:

Domain Purpose
ajax.googleapis.com some JavaScript (jQuery, etc.)
i.sstatic.net User Images
cdnjs.cloudflare.com MathJax on supported sites
*.sstatic.net static content (JavaScript, CSS, images, etc)
stacksnippets.net code snippets on Stack Overflow

These ones are required for "normal" site usage on any site. In other words, if you just want to let your employees browse and post on Stack Overflow, but not waste time at Arqade, then you'll need to include Stack Overflow and all these dependencies.

The following additional domains are required to enable additional features:

Domain Purpose
stackauth.com global login (no longer needed due to Universal Login)
gravatar.com to see user avatars of users using Gravatar
graph.facebook.com to see user avatars of users using their Facebook profile photo
*.googleusercontent.com to see user avatars of users using their Google profile photo
*.quantserve.com Site Analytics
*.google-analytics.com Site Analytics
*.scorecardresearch.com Site Analytics
cdn.cookielaw.org Cookies Consent dialog

Related domains, not needed for viewing/using the regular Q/A sites:

Domain Purpose
blogoverflow.com viewing archived Blog Overflow site blogs
stackmod.blog community blog
stackoverflow.blog company blog
stackoverflowbusiness.com business site
stackoverflowsolutions.com marketing purposes and swag email. Source
stackoverflowteams.com Teams
stackoverflow.co Data requests
stackoverflow.help Teams help
tex-talk.net TeX and LaTeX blog
thesffblog.com science fiction and fantasy community blog
stackoverflow.email centralized email services across the entire Stack Exchange network
stackoverflow.jobs Stack Overflow Jobs jobsite powered by Indeed

You can get a complete (and always up to date) list of Stack Exchange site URLs from the API. There are wrapper libraries in many languages for reading the API.

7
  • 1
    wget -qO- http://stackauth.com/1.0/sites | gunzip | grep -oh \"htt.*\" | uniq > log.txt
    – Incognito
    Commented Mar 2, 2011 at 19:42
  • 2
    comma seperated list of all the main domains listed above: askubuntu.com, mathoverflow.net, blogoverflow.com, serverfault.com, stackoverflow.com, stackexchange.com, stackapps.com, stackmod.blog, stackoverflow.blog, stackoverflowbusiness.com, superuser.com, tex-talk.net, thesffblog.com
    – DFSFOT
    Commented Apr 29, 2021 at 20:55
  • 1
    It may also be worth mentioning stackoverflow.co (which is the domain that the about-the-company pages moved to). There's also stackoverflowsolutions.com, which contains guidance on the company's paid products: Teams, Collectives, Advertising, and Employer Branding. (Some folks may also have received support emails from/linking to support.stackenterprise.co?) That said, I'm not sure where/how/whether that info belongs in this post, since they're not SE site domains specifically, and aren't needed to use our Q&A sites.
    – V2Blast
    Commented May 24, 2022 at 17:24
  • (Oh, and we also send emails related to the Q&A sites from a stackoverflow.email domain; see this MSO post for details.)
    – V2Blast
    Commented May 24, 2022 at 17:30
  • Looks like blogoverflow.com no longer exists
    – AJM
    Commented Jan 30, 2023 at 19:30
  • I don't think I've ever seen a request to stacksnippets.net - at the very least, it never shows up in NoScript's list of domains.
    – AJM
    Commented Aug 9, 2023 at 15:02
  • 1
    I've edited this list to include stackoverflow.co, since meta.stackexchange.com/questions/396794/… linked to policies.stackoverflow.co/data-request - and hence confirmed it was an official domain. Though I did check to make sure the .co was not a typo for .com.
    – AJM
    Commented Feb 26 at 13:19
33

*.sstatic.net has all our static files. This is pretty much required to use the sites.

ajax.googleapis.com has JavaScript that helps the site function as expected. Pretty much required.

stackauth.com is needed for global login. Optional, but convenient if you're active on several Stack Exchange sites.

*.gravatar.com has the little icons next to people's names. Optional, but nice.

imgur.com hosts pictures that some users upload.

The other dependencies (*.quantserve.com, *.google-analytics.com) are used for our own analytics, letting us know how many visitors we get. Those are optional and the site works fine without them.

4
  • How will this change if a CDN is implemented?
    – nhinkle
    Commented May 22, 2011 at 8:25
  • 1
    @nhinkle: It won't -- we're using a subdomain of sstatic.net, so "*.sstatic.net" covers that.
    – balpha StaffMod
    Commented May 22, 2011 at 9:00
  • 28
    I know that Joel is badass and all, but how on earth did he answer a question that was asked in 2011, back in 2010 without breaking the laws of physics? Commented Jun 20, 2013 at 10:20
  • 4
    @OctavianDamiean - it was merged - What websites support the Stack Overflow community?
    – ChrisF Mod
    Commented Jul 27, 2013 at 18:25

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .