aboutsummaryrefslogtreecommitdiff
path: root/78
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /78
Initial versionHEADmain
Diffstat (limited to '78')
-rw-r--r--78/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/78/index.md b/78/index.md
new file mode 100644
index 0000000..ade8050
--- /dev/null
+++ b/78/index.md
@@ -0,0 +1,19 @@
+Title: Reduce friction to add cookie rules
+Author: rodarima
+Created: Sat, 10 Feb 2024 16:26:44 +0000
+State: open
+
+When a site tries to store cookies in the browser but they are set as DENY by default, the user will need to:
+
+- Detect that the site is trying to store cookies and are being rejected.
+- Find out how to configure the cookies for that site.
+- Edit manually cookiesrc and add an exception.
+- Restart the dpidc daemon.
+
+We could reduce the friction of adding new exceptions by:
+
+- Stating that there are cookies being rejected.
+- Allowing the user to add an exception from the UI directly.
+- Have the configuration automatically reloaded when this happens.
+
+See: http://bluedwarf.top/cackle/view-post.php?post_num=2584#C6 \ No newline at end of file