From 03b0a9a3a56cf2d05e4bf13939e426688b494817 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 14:50:10 +0800 Subject: [PATCH 01/11] Include bdn.dev into google sub-list --- data/google | 1 + 1 file changed, 1 insertion(+) diff --git a/data/google b/data/google index acb61400..1a8f6176 100644 --- a/data/google +++ b/data/google @@ -230,6 +230,7 @@ bandpage.com baselinestudy.com baselinestudy.org bazel.build +bdn.dev beatthatquote.com blink.org blogblog.com From f0cb156ab372fff3c0978486a72f26b11f87d618 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:03:23 +0800 Subject: [PATCH 02/11] Extract amp domains from google sub-list --- data/amp | 4 ++++ data/google | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 data/amp diff --git a/data/amp b/data/amp new file mode 100644 index 00000000..39c28df2 --- /dev/null +++ b/data/amp @@ -0,0 +1,4 @@ +amp.dev +ampproject.com +ampproject.net +ampproject.org diff --git a/data/google b/data/google index 1a8f6176..da3e3f59 100644 --- a/data/google +++ b/data/google @@ -1,9 +1,10 @@ # List of all domains being operated by Google Inc. +include:amp include:blogspot include:golang -include:youtube include:google-ads +include:youtube # All .google and .goog domains google @@ -209,10 +210,6 @@ google.ws abc.xyz adgoogle.net admeld.com -amp.dev -ampproject.com -ampproject.net -ampproject.org android.com androidify.com angulardart.org From c24ae93bfcd8f69e542e3be6dd02192abe556c30 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:17:33 +0800 Subject: [PATCH 03/11] Extract android domains from google sub-list --- data/android | 2 ++ data/google | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 data/android diff --git a/data/android b/data/android new file mode 100644 index 00000000..eaba1360 --- /dev/null +++ b/data/android @@ -0,0 +1,2 @@ +android.com +androidify.com diff --git a/data/google b/data/google index da3e3f59..5fe23b7b 100644 --- a/data/google +++ b/data/google @@ -1,6 +1,7 @@ # List of all domains being operated by Google Inc. include:amp +include:android include:blogspot include:golang include:google-ads @@ -210,8 +211,6 @@ google.ws abc.xyz adgoogle.net admeld.com -android.com -androidify.com angulardart.org api.ai apigee.com From 81df6e2d6fe8cf08cf2e14fd305095de94e65d05 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:20:21 +0800 Subject: [PATCH 04/11] Extract dart domains from google sub-list --- data/dart | 3 +++ data/google | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 data/dart diff --git a/data/dart b/data/dart new file mode 100644 index 00000000..64b481f9 --- /dev/null +++ b/data/dart @@ -0,0 +1,3 @@ +dart.dev +dartlang.org +dartpad.dev diff --git a/data/google b/data/google index 5fe23b7b..edd7a29d 100644 --- a/data/google +++ b/data/google @@ -3,6 +3,7 @@ include:amp include:android include:blogspot +include:dart include:golang include:google-ads include:youtube @@ -260,8 +261,6 @@ coova.org crossmediapanel.com crr.com cs4hs.com -dart.dev -dartlang.org dartsearch.net dataliberation.org debug.com From b21d492bce9409372a10df1016b54378a39076bc Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:30:56 +0800 Subject: [PATCH 05/11] Extract fastlane from google sub-list --- data/fastlane | 2 ++ data/google | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 data/fastlane diff --git a/data/fastlane b/data/fastlane new file mode 100644 index 00000000..6fb0f543 --- /dev/null +++ b/data/fastlane @@ -0,0 +1,2 @@ +fastlane.ci +fastlane.tools diff --git a/data/google b/data/google index edd7a29d..54e54b0a 100644 --- a/data/google +++ b/data/google @@ -4,6 +4,7 @@ include:amp include:android include:blogspot include:dart +include:fastlane include:golang include:google-ads include:youtube @@ -270,8 +271,6 @@ devsitetest.how dialogflow.com digitalassetlinks.org episodic.com -fastlane.ci -fastlane.tools feedburner.com fflick.com financeleadsonline.com From 6dbf7978e04991d4cffe11686765a80c1a9318ab Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:35:02 +0800 Subject: [PATCH 06/11] Extract flutter from google sub-list --- data/flutter | 2 ++ data/google | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 data/flutter diff --git a/data/flutter b/data/flutter new file mode 100644 index 00000000..bf837a95 --- /dev/null +++ b/data/flutter @@ -0,0 +1,2 @@ +flutter.dev +flutterapp.com diff --git a/data/google b/data/google index 54e54b0a..db248900 100644 --- a/data/google +++ b/data/google @@ -5,6 +5,7 @@ include:android include:blogspot include:dart include:fastlane +include:flutter include:golang include:google-ads include:youtube @@ -275,7 +276,6 @@ feedburner.com fflick.com financeleadsonline.com firebaseapp.com -flutterapp.com foofle.com froogle.com fuchsia.dev From 55eecc312c5e41eb9649f6b657819a43a06303b7 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:43:23 +0800 Subject: [PATCH 07/11] Extract polymer from google sub-list --- data/google | 3 +-- data/polymer | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 data/polymer diff --git a/data/google b/data/google index db248900..5800c17a 100644 --- a/data/google +++ b/data/google @@ -8,6 +8,7 @@ include:fastlane include:flutter include:golang include:google-ads +include:polymer include:youtube # All .google and .goog domains @@ -402,8 +403,6 @@ picasaweb.net picasaweb.org picnik.com pittpatt.com -polymer-project.org -polymerproject.org postini.com projectara.com projectbaseline.com diff --git a/data/polymer b/data/polymer new file mode 100644 index 00000000..c3fc4c01 --- /dev/null +++ b/data/polymer @@ -0,0 +1,2 @@ +polymer-project.org +polymerproject.org From c699154d13372715a1361ae5ba277f910d19a181 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:46:11 +0800 Subject: [PATCH 08/11] Remove urchin.com from google sub-list Due to duplicate in google-ads sub-list --- data/google | 1 - 1 file changed, 1 deletion(-) diff --git a/data/google b/data/google index 5800c17a..f1a25d80 100644 --- a/data/google +++ b/data/google @@ -442,7 +442,6 @@ tiltbrush.com txcloud.net txvia.com unfiltered.news -urchin.com useplannr.com usvimosquito.com usvimosquitoproject.com From 952d9ba511f92fcf845b66244553e3a6e565b7bf Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:49:47 +0800 Subject: [PATCH 09/11] Extract v8 from google sub-list --- data/google | 3 +-- data/v8 | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 data/v8 diff --git a/data/google b/data/google index f1a25d80..5d654bb4 100644 --- a/data/google +++ b/data/google @@ -9,6 +9,7 @@ include:flutter include:golang include:google-ads include:polymer +include:v8 include:youtube # All .google and .goog domains @@ -445,8 +446,6 @@ unfiltered.news useplannr.com usvimosquito.com usvimosquitoproject.com -v8.dev -v8project.org velostrata.com verily.com verilylifesciences.com diff --git a/data/v8 b/data/v8 new file mode 100644 index 00000000..d1152b16 --- /dev/null +++ b/data/v8 @@ -0,0 +1,2 @@ +v8.dev +v8project.org From 964caedf8d2475d472cec9231da56e2119e827f9 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:53:35 +0800 Subject: [PATCH 10/11] Add description for punycode domains --- data/google | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/google b/data/google index 5d654bb4..86c548ed 100644 --- a/data/google +++ b/data/google @@ -471,8 +471,8 @@ womenwill.in womenwill.mx x.company x.team -xn--9kr7l.com -xn--9trs65b.com -xn--flw351e.com +xn--9kr7l.com # 古博.com +xn--9trs65b.com # 咕果.com +xn--flw351e.com # 谷歌.com xplr.co zukunftswerkstatt.de From 29032e986e50487eade762ee3f9ba44b3b323b3e Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 30 May 2020 15:57:46 +0800 Subject: [PATCH 11/11] Include google dev projects into category-dev --- data/category-dev | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/category-dev b/data/category-dev index 642e108a..89fbee90 100644 --- a/data/category-dev +++ b/data/category-dev @@ -1,5 +1,7 @@ include:alpinelinux +include:amp include:anaconda +include:android include:apache include:archlinux include:atom @@ -9,13 +11,16 @@ include:chocolatey include:clojure include:cygwin include:cython +include:dart include:debian include:deno include:docker include:elixir include:elrepo include:erlang +include:fastlane include:fedora +include:flutter include:fontawesome include:freebsd include:gentoo @@ -61,6 +66,7 @@ include:pcre include:perl include:phantomjs include:php +include:polymer include:postgresql include:python include:qt @@ -80,6 +86,7 @@ include:swift include:ubuntu include:unity include:unpkg +include:v8 include:vagrant include:vim include:wireshark