Skip to content

Commit

Permalink
Merge pull request #38 from CarelessChaser/master
Browse files Browse the repository at this point in the history
allow_sameorg.json: add domains
  • Loading branch information
nodiscc committed Dec 4, 2015
2 parents 26ab051 + 719a911 commit d463ae3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions official-allow_sameorg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata":{
"version":1,
"serial":2015102502
"serial":2015120401
},
"entries":{
"allow":[
Expand Down Expand Up @@ -318,7 +318,21 @@
{"o":{"h":"*.buzzfeed.com"},"d":{"h":"*.buzzfed.com"}},
{"o":{"h":"*.pixnet.net"},"d":{"h":"*.pimg.tw"}},
{"o":{"h":"*.pixnet.net"},"d":{"h":"*.pixfs.net"}},
{"o":{"h":"*.bestbuy.com"},"d":{"h":"*.bbystatic.com"}}
{"o":{"h":"*.bestbuy.com"},"d":{"h":"*.bbystatic.com"}},
{"o":{"h":"*.24tv.ua"},"d":{"h":"*.luxnet.ua"}},
{"o":{"h":"*.privat24.ua"},"d":{"h":"*.privatbank.ua"}},
{"o":{"h":"*.habrahabr.ru"},"d":{"h":"*.habracdn.net"}},
{"o":{"h":"*.habrastorage.org"},"d":{"h":"*.hsto.org"}},
{"o":{"h":"*.habracdn.net"},"d":{"h":"*.habrastorage.org"}},
{"o":{"h":"*.habrahabr.ru"},"d":{"h":"*.hsto.org"}},
{"o":{"h":"*.geektimes.ru"},"d":{"h":"*.habrastorage.org"}},
{"o":{"h":"*.geektimes.ru"},"d":{"h":"*.habracdn.net"}},
{"o":{"h":"*.megamozg.ru"},"d":{"h":"*.habrastorage.org"}},
{"o":{"h":"*.megamozg.ru"},"d":{"h":"*.habracdn.net"}},
{"o":{"h":"*.tmfeed.ru"},"d":{"h":"*.habrahabr.ru"}},
{"o":{"h":"*.toster.ru"},"d":{"h":"*.habracdn.net"}},
{"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habrastorage.org"}},
{"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habracdn.net"}}
],
"deny":[]
}
Expand Down
2 changes: 1 addition & 1 deletion official.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"description":"Contains allow rules necessary for the website to work, even if the destination domain owner is not the same person/organization as the origin domain. Rules for functionality that is not a core part of the site are not be included."
},
"allow_sameorg":{
"serial":2015102502,
"serial":2015120401,
"url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_sameorg.json",
"title":"Allow destinations that belong to the same organization as the origin domain",
"description":"Contains only rules absolutely for the website's core functionality to work. If the destination domain is not owned by the same organization, person, or company as the origin, the rule does not qualify for this subscription."
Expand Down

0 comments on commit d463ae3

Please sign in to comment.