Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autopull: 2017-04-01T06:00:25Z #64

Merged
merged 1 commit into from
Apr 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions publicsuffix/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

package publicsuffix

const defaultListVersion = "PSL version 03089bf (Fri Mar 3 16:01:32 2017)"
const defaultListVersion = "PSL version 6efe629 (Fri Mar 31 19:05:40 2017)"

func init() {
r := [8107]Rule{
r := [8108]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -7726,14 +7726,15 @@ func init() {
{1, "vladikavkaz.su", 2, true},
{1, "vladimir.su", 2, true},
{1, "vologda.su", 2, true},
{1, "fastlylb.net", 2, true},
{1, "map.fastlylb.net", 3, true},
{1, "freetls.fastly.net", 3, true},
{1, "map.fastly.net", 3, true},
{1, "a.prod.fastly.net", 4, true},
{1, "global.prod.fastly.net", 4, true},
{1, "a.ssl.fastly.net", 4, true},
{1, "b.ssl.fastly.net", 4, true},
{1, "global.ssl.fastly.net", 4, true},
{1, "fastlylb.net", 2, true},
{1, "map.fastlylb.net", 3, true},
{1, "fhapp.xyz", 2, true},
{1, "firebaseapp.com", 2, true},
{1, "flynnhub.com", 2, true},
Expand Down