Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2011
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. From aacd7435d46777e772bfc4d6b9a0e5a9dd849177 Mon Sep 17 00:00:00 2001
  2. From: https_rules <https_rules@safe-mail.net>
  3. Date: Sat, 3 Sep 2011 00:21:18 +0200
  4. Subject: [PATCH 1/3] Add Bussgods.se - Postbus
  5.  
  6. ---
  7. src/chrome/content/rules/Bussgods.se.xml | 5 +++++
  8. 1 files changed, 5 insertions(+), 0 deletions(-)
  9. create mode 100644 src/chrome/content/rules/Bussgods.se.xml
  10.  
  11. diff --git a/src/chrome/content/rules/Bussgods.se.xml b/src/chrome/content/rules/Bussgods.se.xml
  12. new file mode 100644
  13. index 0000000..b585cb5
  14. --- /dev/null
  15. +++ b/src/chrome/content/rules/Bussgods.se.xml
  16. @@ -0,0 +1,5 @@
  17. +<ruleset name="Bussgods.se">
  18. + <target host="bussgods.se" />
  19. + <target host="www.bussgods.se" />
  20. + <rule from="^http://(www\.)?bussgods\.se/" to="https://www.bussgods.se/"/>
  21. +</ruleset>
  22. --
  23. 1.7.3.5
  24.  
  25.  
  26. From a9140716863d6558f79585b4db14db43666baf3c Mon Sep 17 00:00:00 2001
  27. From: https_rules <https_rules@safe-mail.net>
  28. Date: Sat, 3 Sep 2011 00:30:55 +0200
  29. Subject: [PATCH 2/3] Add SGSStudentbostader.se - Student housing association in Gothenburg
  30.  
  31. ---
  32. src/chrome/content/rules/SGSStudentbostader.se.xml | 5 +++++
  33. 1 files changed, 5 insertions(+), 0 deletions(-)
  34. create mode 100644 src/chrome/content/rules/SGSStudentbostader.se.xml
  35.  
  36. diff --git a/src/chrome/content/rules/SGSStudentbostader.se.xml b/src/chrome/content/rules/SGSStudentbostader.se.xml
  37. new file mode 100644
  38. index 0000000..560cca5
  39. --- /dev/null
  40. +++ b/src/chrome/content/rules/SGSStudentbostader.se.xml
  41. @@ -0,0 +1,5 @@
  42. +<ruleset name="SGSStudentbostader.se">
  43. + <target host="sgsstudentbostader.se" />
  44. + <target host="www.sgsstudentbostader.se" />
  45. + <rule from="^http://(www\.)?sgsstudentbostader\.se/" to="https://www.sgsstudentbostader.se/"/>
  46. +</ruleset>
  47. --
  48. 1.7.3.5
  49.  
  50.  
  51. From 4cc5fb0c036f6dc76a8be8fe111615fedf355d63 Mon Sep 17 00:00:00 2001
  52. From: https_rules <https_rules@safe-mail.net>
  53. Date: Sat, 3 Sep 2011 00:39:11 +0200
  54. Subject: [PATCH 3/3] Add Trygghansa.se - Insurance company
  55.  
  56. ---
  57. src/chrome/content/rules/Trygghansa.se.xml | 5 +++++
  58. 1 files changed, 5 insertions(+), 0 deletions(-)
  59. create mode 100644 src/chrome/content/rules/Trygghansa.se.xml
  60.  
  61. diff --git a/src/chrome/content/rules/Trygghansa.se.xml b/src/chrome/content/rules/Trygghansa.se.xml
  62. new file mode 100644
  63. index 0000000..8f1ceb9
  64. --- /dev/null
  65. +++ b/src/chrome/content/rules/Trygghansa.se.xml
  66. @@ -0,0 +1,5 @@
  67. +<ruleset name="Trygghansa.se">
  68. + <target host="trygghansa.se" />
  69. + <target host="www.trygghansa.se" />
  70. + <rule from="^http://(www\.)?trygghansa\.se/" to="https://www.trygghansa.se/"/>
  71. +</ruleset>
  72. --
  73. 1.7.3.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement