Skip to content

Commit

Permalink
Add the canaries
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jul 30, 2024
1 parent 4e9ebba commit bad6727
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/assets/stylesheets/faqs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
font-size:16px;
margin-bottom:30px;
}
ul {
margin-top: 20px;
margin-bottom:30px;
}
li {
font-size: 16px;
margin-bottom: 10px;
}
}

.s-faqs-sidebar {
Expand All @@ -27,4 +35,4 @@
p {
font-size:16px;
}
}
}
14 changes: 14 additions & 0 deletions app/views/welcome/privacy.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@
= link_to("account settings", security_path) + "."
This permanently deletes your account and all of your entries.

%h4 Some things we have never done
%ul
%li Dabble Me has never turned over our encryption or authentication keys or our customers' encryption or authentication keys to anyone.

%li Dabble Me has never installed any law enforcement software or equipment anywhere on our network.

%li Dabble Me has never provided any law enforcement organization a feed of our customers' content transiting our network.

%li Dabble Me has never modified customer content at the request of law enforcement or another third party.

%li Dabble Me has never modified the intended destination of DNS responses at the request of law enforcement or another third party.

%li Dabble Me has never weakened, compromised, or subverted any of its encryption at the request of law enforcement or another third party.

%h4 Privacy Policy Changes
%p
Though most changes will probably be minor, Dabble Me may make changes to its Privacy Policy. If so, the new Privacy Policy will be posted on this page.
Expand Down

0 comments on commit bad6727

Please sign in to comment.