~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-cdn-common.prerm

  • Committer: Francois Marier
  • Date: 2011-09-18 05:13:04 UTC
  • Revision ID: git-v1:bc243af5ad294a8405bb1bf6851a96c2740076bb
Add templated rules.abe files for www, cdn and seccdn (bug #769738)

Currently these rule files enforce the following constraints when sites
are authorized to provide ABE rulesets in NoScript:

- only www.libravatar.org can display images in /user/
- only the crop_photo page can display images in /uploaded/
- POST requests from other sites are forbidden
- all requests to cdn and seccdn are "anonymized"

http://noscript.net/abe/web-authors.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
case "$1" in
21
21
    remove|deconfigure)
22
22
        rm -f /etc/libravatar/cdn-common.include
 
23
        rm -f /usr/share/libravatar/static/cdn/rules.abe
23
24
    ;;
24
25
 
25
26
    upgrade)