Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 4af5fc1

Browse files
committed
...
1 parent 4f7d22a commit 4af5fc1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

js/lists.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@
3434
// 'gpp' = green pale permanent
3535
// 'xxx' used at position without valid state
3636

37+
38+
// rhill 2014-06-21: re-factoring idea:
39+
//
40+
// Currently `pale` and `dark` refer to whether the request is directly or
41+
// indirectly blocked/allowed. Because of
42+
// <https://github.com/gorhill/httpswitchboard/issues/66>, a higher granularity
43+
// is desirable:
44+
//
45+
// - self: `type|dmain`
46+
// - ancestor: inherit from `type|ancestor domain`
47+
// - domain: inherit from `*|domain` or `*|ancestor domain`
48+
// - type: inherit from `type|*`
49+
// - all: inherit from `*|*`
50+
//
51+
// So `pale` and `dark` stays (ie. `rDt`, `gPp`, etc.), but a new character
52+
// would be added in order to convey more details about how the
53+
// indirect (`pale`) status was inherited.
54+
3755
/******************************************************************************/
3856
/******************************************************************************/
3957

0 commit comments

Comments
 (0)