| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file contains the HSTS preloaded list in a machine readable format. | 5 // This file contains the HSTS preloaded list in a machine readable format. |
| 6 | 6 |
| 7 // The top-level element is a dictionary with two keys: "pinsets" maps details | 7 // The top-level element is a dictionary with two keys: "pinsets" maps details |
| 8 // of certificate pinning to a name and "entries" contains the HSTS details for | 8 // of certificate pinning to a name and "entries" contains the HSTS details for |
| 9 // each host. | 9 // each host. |
| 10 // | 10 // |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, | 178 { "name": "ytimg.com", "include_subdomains": true, "pins": "google" }, |
| 179 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog
le" }, | 179 { "name": "googleusercontent.com", "include_subdomains": true, "pins": "goog
le" }, |
| 180 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, | 180 { "name": "youtube.com", "include_subdomains": true, "pins": "google" }, |
| 181 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, | 181 { "name": "googleapis.com", "include_subdomains": true, "pins": "google" }, |
| 182 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl
e" }, | 182 { "name": "googleadservices.com", "include_subdomains": true, "pins": "googl
e" }, |
| 183 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" }, | 183 { "name": "googlecode.com", "include_subdomains": true, "pins": "google" }, |
| 184 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, | 184 { "name": "appspot.com", "include_subdomains": true, "pins": "google" }, |
| 185 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog
le" }, | 185 { "name": "googlesyndication.com", "include_subdomains": true, "pins": "goog
le" }, |
| 186 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, | 186 { "name": "doubleclick.net", "include_subdomains": true, "pins": "google" }, |
| 187 { "name": "ssl.gstatic.com", "include_subdomains": true, "pins": "google" }, | 187 { "name": "ssl.gstatic.com", "include_subdomains": true, "pins": "google" }, |
| 188 { "name": "youtu.be", "include_subdomains": true, "pins": "google" }, |
| 189 { "name": "android.com", "include_subdomains": true, "pins": "google" }, |
| 190 { "name": "googlecommerce.com", "include_subdomains": true, "pins": "google"
}, |
| 191 { "name": "urchin.com", "include_subdomains": true, "pins": "google" }, |
| 192 { "name": "goo.gl", "include_subdomains": true, "pins": "google" }, |
| 193 { "name": "g.co", "include_subdomains": true, "pins": "google" }, |
| 194 { "name": "google.ac", "include_subdomains": true, "pins": "google" }, |
| 195 { "name": "google.ad", "include_subdomains": true, "pins": "google" }, |
| 196 { "name": "google.ae", "include_subdomains": true, "pins": "google" }, |
| 197 { "name": "google.af", "include_subdomains": true, "pins": "google" }, |
| 198 { "name": "google.ag", "include_subdomains": true, "pins": "google" }, |
| 199 { "name": "google.am", "include_subdomains": true, "pins": "google" }, |
| 200 { "name": "google.as", "include_subdomains": true, "pins": "google" }, |
| 201 { "name": "google.at", "include_subdomains": true, "pins": "google" }, |
| 202 { "name": "google.az", "include_subdomains": true, "pins": "google" }, |
| 203 { "name": "google.ba", "include_subdomains": true, "pins": "google" }, |
| 204 { "name": "google.be", "include_subdomains": true, "pins": "google" }, |
| 205 { "name": "google.bf", "include_subdomains": true, "pins": "google" }, |
| 206 { "name": "google.bg", "include_subdomains": true, "pins": "google" }, |
| 207 { "name": "google.bi", "include_subdomains": true, "pins": "google" }, |
| 208 { "name": "google.bj", "include_subdomains": true, "pins": "google" }, |
| 209 { "name": "google.bs", "include_subdomains": true, "pins": "google" }, |
| 210 { "name": "google.by", "include_subdomains": true, "pins": "google" }, |
| 211 { "name": "google.ca", "include_subdomains": true, "pins": "google" }, |
| 212 { "name": "google.cat", "include_subdomains": true, "pins": "google" }, |
| 213 { "name": "google.cc", "include_subdomains": true, "pins": "google" }, |
| 214 { "name": "google.cd", "include_subdomains": true, "pins": "google" }, |
| 215 { "name": "google.cf", "include_subdomains": true, "pins": "google" }, |
| 216 { "name": "google.cg", "include_subdomains": true, "pins": "google" }, |
| 217 { "name": "google.ch", "include_subdomains": true, "pins": "google" }, |
| 218 { "name": "google.ci", "include_subdomains": true, "pins": "google" }, |
| 219 { "name": "google.cl", "include_subdomains": true, "pins": "google" }, |
| 220 { "name": "google.cm", "include_subdomains": true, "pins": "google" }, |
| 221 { "name": "google.cn", "include_subdomains": true, "pins": "google" }, |
| 222 { "name": "google.co.ao", "include_subdomains": true, "pins": "google" }, |
| 223 { "name": "google.co.bw", "include_subdomains": true, "pins": "google" }, |
| 224 { "name": "google.co.ck", "include_subdomains": true, "pins": "google" }, |
| 225 { "name": "google.co.cr", "include_subdomains": true, "pins": "google" }, |
| 226 { "name": "google.co.hu", "include_subdomains": true, "pins": "google" }, |
| 227 { "name": "google.co.id", "include_subdomains": true, "pins": "google" }, |
| 228 { "name": "google.co.il", "include_subdomains": true, "pins": "google" }, |
| 229 { "name": "google.co.im", "include_subdomains": true, "pins": "google" }, |
| 230 { "name": "google.co.in", "include_subdomains": true, "pins": "google" }, |
| 231 { "name": "google.co.je", "include_subdomains": true, "pins": "google" }, |
| 232 { "name": "google.co.jp", "include_subdomains": true, "pins": "google" }, |
| 233 { "name": "google.co.ke", "include_subdomains": true, "pins": "google" }, |
| 234 { "name": "google.co.kr", "include_subdomains": true, "pins": "google" }, |
| 235 { "name": "google.co.ls", "include_subdomains": true, "pins": "google" }, |
| 236 { "name": "google.co.ma", "include_subdomains": true, "pins": "google" }, |
| 237 { "name": "google.co.mz", "include_subdomains": true, "pins": "google" }, |
| 238 { "name": "google.co.nz", "include_subdomains": true, "pins": "google" }, |
| 239 { "name": "google.co.th", "include_subdomains": true, "pins": "google" }, |
| 240 { "name": "google.co.tz", "include_subdomains": true, "pins": "google" }, |
| 241 { "name": "google.co.ug", "include_subdomains": true, "pins": "google" }, |
| 242 { "name": "google.co.uk", "include_subdomains": true, "pins": "google" }, |
| 243 { "name": "google.co.uz", "include_subdomains": true, "pins": "google" }, |
| 244 { "name": "google.co.ve", "include_subdomains": true, "pins": "google" }, |
| 245 { "name": "google.co.vi", "include_subdomains": true, "pins": "google" }, |
| 246 { "name": "google.co.za", "include_subdomains": true, "pins": "google" }, |
| 247 { "name": "google.co.zm", "include_subdomains": true, "pins": "google" }, |
| 248 { "name": "google.co.zw", "include_subdomains": true, "pins": "google" }, |
| 249 { "name": "google.com.af", "include_subdomains": true, "pins": "google" }, |
| 250 { "name": "google.com.ag", "include_subdomains": true, "pins": "google" }, |
| 251 { "name": "google.com.ai", "include_subdomains": true, "pins": "google" }, |
| 252 { "name": "google.com.ar", "include_subdomains": true, "pins": "google" }, |
| 253 { "name": "google.com.au", "include_subdomains": true, "pins": "google" }, |
| 254 { "name": "google.com.bd", "include_subdomains": true, "pins": "google" }, |
| 255 { "name": "google.com.bh", "include_subdomains": true, "pins": "google" }, |
| 256 { "name": "google.com.bn", "include_subdomains": true, "pins": "google" }, |
| 257 { "name": "google.com.bo", "include_subdomains": true, "pins": "google" }, |
| 258 { "name": "google.com.br", "include_subdomains": true, "pins": "google" }, |
| 259 { "name": "google.com.by", "include_subdomains": true, "pins": "google" }, |
| 260 { "name": "google.com.bz", "include_subdomains": true, "pins": "google" }, |
| 261 { "name": "google.com.cn", "include_subdomains": true, "pins": "google" }, |
| 262 { "name": "google.com.co", "include_subdomains": true, "pins": "google" }, |
| 263 { "name": "google.com.cu", "include_subdomains": true, "pins": "google" }, |
| 264 { "name": "google.com.cy", "include_subdomains": true, "pins": "google" }, |
| 265 { "name": "google.com.do", "include_subdomains": true, "pins": "google" }, |
| 266 { "name": "google.com.ec", "include_subdomains": true, "pins": "google" }, |
| 267 { "name": "google.com.eg", "include_subdomains": true, "pins": "google" }, |
| 268 { "name": "google.com.et", "include_subdomains": true, "pins": "google" }, |
| 269 { "name": "google.com.fj", "include_subdomains": true, "pins": "google" }, |
| 270 { "name": "google.com.ge", "include_subdomains": true, "pins": "google" }, |
| 271 { "name": "google.com.gh", "include_subdomains": true, "pins": "google" }, |
| 272 { "name": "google.com.gi", "include_subdomains": true, "pins": "google" }, |
| 273 { "name": "google.com.gr", "include_subdomains": true, "pins": "google" }, |
| 274 { "name": "google.com.gt", "include_subdomains": true, "pins": "google" }, |
| 275 { "name": "google.com.hk", "include_subdomains": true, "pins": "google" }, |
| 276 { "name": "google.com.iq", "include_subdomains": true, "pins": "google" }, |
| 277 { "name": "google.com.jm", "include_subdomains": true, "pins": "google" }, |
| 278 { "name": "google.com.jo", "include_subdomains": true, "pins": "google" }, |
| 279 { "name": "google.com.kh", "include_subdomains": true, "pins": "google" }, |
| 280 { "name": "google.com.kw", "include_subdomains": true, "pins": "google" }, |
| 281 { "name": "google.com.lb", "include_subdomains": true, "pins": "google" }, |
| 282 { "name": "google.com.ly", "include_subdomains": true, "pins": "google" }, |
| 283 { "name": "google.com.mt", "include_subdomains": true, "pins": "google" }, |
| 284 { "name": "google.com.mx", "include_subdomains": true, "pins": "google" }, |
| 285 { "name": "google.com.my", "include_subdomains": true, "pins": "google" }, |
| 286 { "name": "google.com.na", "include_subdomains": true, "pins": "google" }, |
| 287 { "name": "google.com.nf", "include_subdomains": true, "pins": "google" }, |
| 288 { "name": "google.com.ng", "include_subdomains": true, "pins": "google" }, |
| 289 { "name": "google.com.ni", "include_subdomains": true, "pins": "google" }, |
| 290 { "name": "google.com.np", "include_subdomains": true, "pins": "google" }, |
| 291 { "name": "google.com.nr", "include_subdomains": true, "pins": "google" }, |
| 292 { "name": "google.com.om", "include_subdomains": true, "pins": "google" }, |
| 293 { "name": "google.com.pa", "include_subdomains": true, "pins": "google" }, |
| 294 { "name": "google.com.pe", "include_subdomains": true, "pins": "google" }, |
| 295 { "name": "google.com.ph", "include_subdomains": true, "pins": "google" }, |
| 296 { "name": "google.com.pk", "include_subdomains": true, "pins": "google" }, |
| 297 { "name": "google.com.pl", "include_subdomains": true, "pins": "google" }, |
| 298 { "name": "google.com.pr", "include_subdomains": true, "pins": "google" }, |
| 299 { "name": "google.com.py", "include_subdomains": true, "pins": "google" }, |
| 300 { "name": "google.com.qa", "include_subdomains": true, "pins": "google" }, |
| 301 { "name": "google.com.ru", "include_subdomains": true, "pins": "google" }, |
| 302 { "name": "google.com.sa", "include_subdomains": true, "pins": "google" }, |
| 303 { "name": "google.com.sb", "include_subdomains": true, "pins": "google" }, |
| 304 { "name": "google.com.sg", "include_subdomains": true, "pins": "google" }, |
| 305 { "name": "google.com.sl", "include_subdomains": true, "pins": "google" }, |
| 306 { "name": "google.com.sv", "include_subdomains": true, "pins": "google" }, |
| 307 { "name": "google.com.tj", "include_subdomains": true, "pins": "google" }, |
| 308 { "name": "google.com.tn", "include_subdomains": true, "pins": "google" }, |
| 309 { "name": "google.com.tr", "include_subdomains": true, "pins": "google" }, |
| 310 { "name": "google.com.tw", "include_subdomains": true, "pins": "google" }, |
| 311 { "name": "google.com.ua", "include_subdomains": true, "pins": "google" }, |
| 312 { "name": "google.com.uy", "include_subdomains": true, "pins": "google" }, |
| 313 { "name": "google.com.vc", "include_subdomains": true, "pins": "google" }, |
| 314 { "name": "google.com.ve", "include_subdomains": true, "pins": "google" }, |
| 315 { "name": "google.com.vn", "include_subdomains": true, "pins": "google" }, |
| 316 { "name": "google.cv", "include_subdomains": true, "pins": "google" }, |
| 317 { "name": "google.cz", "include_subdomains": true, "pins": "google" }, |
| 318 { "name": "google.de", "include_subdomains": true, "pins": "google" }, |
| 319 { "name": "google.dj", "include_subdomains": true, "pins": "google" }, |
| 320 { "name": "google.dk", "include_subdomains": true, "pins": "google" }, |
| 321 { "name": "google.dm", "include_subdomains": true, "pins": "google" }, |
| 322 { "name": "google.dz", "include_subdomains": true, "pins": "google" }, |
| 323 { "name": "google.ee", "include_subdomains": true, "pins": "google" }, |
| 324 { "name": "google.es", "include_subdomains": true, "pins": "google" }, |
| 325 { "name": "google.fi", "include_subdomains": true, "pins": "google" }, |
| 326 { "name": "google.fm", "include_subdomains": true, "pins": "google" }, |
| 327 { "name": "google.fr", "include_subdomains": true, "pins": "google" }, |
| 328 { "name": "google.ga", "include_subdomains": true, "pins": "google" }, |
| 329 { "name": "google.ge", "include_subdomains": true, "pins": "google" }, |
| 330 { "name": "google.gg", "include_subdomains": true, "pins": "google" }, |
| 331 { "name": "google.gl", "include_subdomains": true, "pins": "google" }, |
| 332 { "name": "google.gm", "include_subdomains": true, "pins": "google" }, |
| 333 { "name": "google.gp", "include_subdomains": true, "pins": "google" }, |
| 334 { "name": "google.gr", "include_subdomains": true, "pins": "google" }, |
| 335 { "name": "google.gy", "include_subdomains": true, "pins": "google" }, |
| 336 { "name": "google.hk", "include_subdomains": true, "pins": "google" }, |
| 337 { "name": "google.hn", "include_subdomains": true, "pins": "google" }, |
| 338 { "name": "google.hr", "include_subdomains": true, "pins": "google" }, |
| 339 { "name": "google.ht", "include_subdomains": true, "pins": "google" }, |
| 340 { "name": "google.hu", "include_subdomains": true, "pins": "google" }, |
| 341 { "name": "google.ie", "include_subdomains": true, "pins": "google" }, |
| 342 { "name": "google.im", "include_subdomains": true, "pins": "google" }, |
| 343 { "name": "google.info", "include_subdomains": true, "pins": "google" }, |
| 344 { "name": "google.iq", "include_subdomains": true, "pins": "google" }, |
| 345 { "name": "google.is", "include_subdomains": true, "pins": "google" }, |
| 346 { "name": "google.it", "include_subdomains": true, "pins": "google" }, |
| 347 { "name": "google.it.ao", "include_subdomains": true, "pins": "google" }, |
| 348 { "name": "google.je", "include_subdomains": true, "pins": "google" }, |
| 349 { "name": "google.jo", "include_subdomains": true, "pins": "google" }, |
| 350 { "name": "google.jobs", "include_subdomains": true, "pins": "google" }, |
| 351 { "name": "google.jp", "include_subdomains": true, "pins": "google" }, |
| 352 { "name": "google.kg", "include_subdomains": true, "pins": "google" }, |
| 353 { "name": "google.ki", "include_subdomains": true, "pins": "google" }, |
| 354 { "name": "google.kz", "include_subdomains": true, "pins": "google" }, |
| 355 { "name": "google.la", "include_subdomains": true, "pins": "google" }, |
| 356 { "name": "google.li", "include_subdomains": true, "pins": "google" }, |
| 357 { "name": "google.lk", "include_subdomains": true, "pins": "google" }, |
| 358 { "name": "google.lt", "include_subdomains": true, "pins": "google" }, |
| 359 { "name": "google.lu", "include_subdomains": true, "pins": "google" }, |
| 360 { "name": "google.lv", "include_subdomains": true, "pins": "google" }, |
| 361 { "name": "google.md", "include_subdomains": true, "pins": "google" }, |
| 362 { "name": "google.me", "include_subdomains": true, "pins": "google" }, |
| 363 { "name": "google.mg", "include_subdomains": true, "pins": "google" }, |
| 364 { "name": "google.mk", "include_subdomains": true, "pins": "google" }, |
| 365 { "name": "google.ml", "include_subdomains": true, "pins": "google" }, |
| 366 { "name": "google.mn", "include_subdomains": true, "pins": "google" }, |
| 367 { "name": "google.ms", "include_subdomains": true, "pins": "google" }, |
| 368 { "name": "google.mu", "include_subdomains": true, "pins": "google" }, |
| 369 { "name": "google.mv", "include_subdomains": true, "pins": "google" }, |
| 370 { "name": "google.mw", "include_subdomains": true, "pins": "google" }, |
| 371 { "name": "google.ne", "include_subdomains": true, "pins": "google" }, |
| 372 { "name": "google.ne.jp", "include_subdomains": true, "pins": "google" }, |
| 373 { "name": "google.net", "include_subdomains": true, "pins": "google" }, |
| 374 { "name": "google.nl", "include_subdomains": true, "pins": "google" }, |
| 375 { "name": "google.no", "include_subdomains": true, "pins": "google" }, |
| 376 { "name": "google.nr", "include_subdomains": true, "pins": "google" }, |
| 377 { "name": "google.nu", "include_subdomains": true, "pins": "google" }, |
| 378 { "name": "google.off.ai", "include_subdomains": true, "pins": "google" }, |
| 379 { "name": "google.pk", "include_subdomains": true, "pins": "google" }, |
| 380 { "name": "google.pl", "include_subdomains": true, "pins": "google" }, |
| 381 { "name": "google.pn", "include_subdomains": true, "pins": "google" }, |
| 382 { "name": "google.ps", "include_subdomains": true, "pins": "google" }, |
| 383 { "name": "google.pt", "include_subdomains": true, "pins": "google" }, |
| 384 { "name": "google.ro", "include_subdomains": true, "pins": "google" }, |
| 385 { "name": "google.rs", "include_subdomains": true, "pins": "google" }, |
| 386 { "name": "google.ru", "include_subdomains": true, "pins": "google" }, |
| 387 { "name": "google.rw", "include_subdomains": true, "pins": "google" }, |
| 388 { "name": "google.sc", "include_subdomains": true, "pins": "google" }, |
| 389 { "name": "google.se", "include_subdomains": true, "pins": "google" }, |
| 390 { "name": "google.sh", "include_subdomains": true, "pins": "google" }, |
| 391 { "name": "google.si", "include_subdomains": true, "pins": "google" }, |
| 392 { "name": "google.sk", "include_subdomains": true, "pins": "google" }, |
| 393 { "name": "google.sm", "include_subdomains": true, "pins": "google" }, |
| 394 { "name": "google.sn", "include_subdomains": true, "pins": "google" }, |
| 395 { "name": "google.so", "include_subdomains": true, "pins": "google" }, |
| 396 { "name": "google.st", "include_subdomains": true, "pins": "google" }, |
| 397 { "name": "google.td", "include_subdomains": true, "pins": "google" }, |
| 398 { "name": "google.tg", "include_subdomains": true, "pins": "google" }, |
| 399 { "name": "google.tk", "include_subdomains": true, "pins": "google" }, |
| 400 { "name": "google.tl", "include_subdomains": true, "pins": "google" }, |
| 401 { "name": "google.tm", "include_subdomains": true, "pins": "google" }, |
| 402 { "name": "google.tn", "include_subdomains": true, "pins": "google" }, |
| 403 { "name": "google.to", "include_subdomains": true, "pins": "google" }, |
| 404 { "name": "google.tp", "include_subdomains": true, "pins": "google" }, |
| 405 { "name": "google.tt", "include_subdomains": true, "pins": "google" }, |
| 406 { "name": "google.us", "include_subdomains": true, "pins": "google" }, |
| 407 { "name": "google.uz", "include_subdomains": true, "pins": "google" }, |
| 408 { "name": "google.vg", "include_subdomains": true, "pins": "google" }, |
| 409 { "name": "google.vu", "include_subdomains": true, "pins": "google" }, |
| 410 { "name": "google.ws", "include_subdomains": true, "pins": "google" }, |
| 188 // Exclude the learn.doubleclick.net subdomain because it uses a different | 411 // Exclude the learn.doubleclick.net subdomain because it uses a different |
| 189 // CA. | 412 // CA. |
| 190 { "name": "learn.doubleclick.net", "include_subdomains": true }, | 413 { "name": "learn.doubleclick.net", "include_subdomains": true }, |
| 191 | 414 |
| 192 // Force HTTPS for sites that have requested it. | 415 // Force HTTPS for sites that have requested it. |
| 193 { "name": "www.paypal.com", "mode": "force-https" }, | 416 { "name": "www.paypal.com", "mode": "force-https" }, |
| 194 { "name": "www.elanex.biz", "mode": "force-https" }, | 417 { "name": "www.elanex.biz", "mode": "force-https" }, |
| 195 { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" }, | 418 { "name": "jottit.com", "include_subdomains": true, "mode": "force-https" }, |
| 196 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-ht
tps" }, | 419 { "name": "sunshinepress.org", "include_subdomains": true, "mode": "force-ht
tps" }, |
| 197 { "name": "www.noisebridge.net", "mode": "force-https" }, | 420 { "name": "www.noisebridge.net", "mode": "force-https" }, |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 | 515 |
| 293 // Entries that are only valid if the client supports SNI. | 516 // Entries that are only valid if the client supports SNI. |
| 294 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, | 517 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t
rue }, |
| 295 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, | 518 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl
y": true }, |
| 296 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, | 519 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly
": true }, |
| 297 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, | 520 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn
ionly": true }, |
| 298 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, | 521 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl
e", "snionly": true }, |
| 299 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } | 522 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google",
"snionly": true } |
| 300 ] | 523 ] |
| 301 } | 524 } |
| OLD | NEW |