Skip to content

Commit 85152c7

Browse files
author
MB
committed
Merge
¯# ../Portland_State_University-falsemixed.xml
2 parents 5db746c + 979ddb1 commit 85152c7

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

makexpi.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,9 @@ fi
100100

101101
# Prepare packages suitable for uploading to EFF and AMO, respectively.
102102
[ -d pkg ] || mkdir pkg
103-
[ -e pkg/xpi-eff ] && rm -rf pkg/xpi-eff
104-
cp -a src/ pkg/xpi-eff/
103+
rsync -a --delete --delete-excluded --exclude /chrome/content/rules src/ pkg/xpi-eff
105104
cp -a translations/* pkg/xpi-eff/chrome/locale/
106-
rm -r pkg/xpi-eff/chrome/content/rules
107-
[ -e pkg/xpi-amo ] && rm -rf pkg/xpi-amo
108-
cp -a pkg/xpi-eff/ pkg/xpi-amo/
105+
rsync -a --delete pkg/xpi-eff/ pkg/xpi-amo
109106
# The AMO version of the package cannot contain the updateKey or updateURL tags.
110107
# Also, it has a different id than the eff-hosted version, because Firefox now
111108
# requires us to upload the eff-hosted version to an unlisted extension on AMO

src/chrome/content/about.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<groupbox>
4040
<caption label="&https-everywhere.about.version;" />
41-
<label>5.0.9</label>
41+
<label>5.1.0</label>
4242
</groupbox>
4343

4444
<groupbox>

src/chrome/content/rules/Walmart.com.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<!-- Complications:
145145
-->
146146
<target host="walmart.com" />
147-
<target host="localad.walmart.com" />
147+
<!-- <target host="localad.walmart.com" /> -->
148148
<target host="p13n-assets.walmart.com" />
149149

150150
<!-- Redirect to http:
@@ -190,19 +190,23 @@
190190
<test url="http://help.walmart.com/euf/assets/images/BTN_search_75x30.png" />
191191
<test url="http://help.walmart.com/favicon.ico" />
192192

193+
<!--
193194
<exclusion pattern="^http://localad\.walmart\.com/+(?!$|\?)" />
195+
-->
194196

195197
<!-- +ve:
196198
-->
199+
<!--
197200
<test url="http://localad.walmart.com/f" />
198201
<test url="http://localad.walmart.com/o" />
199202
<test url="http://localad.walmart.com//o" />
200203
<test url="http://localad.walmart.com/b" />
201204
<test url="http://localad.walmart.com/a" />
205+
-->
202206

203207
<!-- -ve:
204208
-->
205-
<test url="http://localad.walmart.com//" />
209+
<!-- <test url="http://localad.walmart.com//" /> -->
206210

207211
<test url="http://beacon.walmart.com/tap.gif?tap=" />
208212

@@ -227,8 +231,8 @@
227231

228232
<!-- Redirect keeps args:
229233
-->
230-
<rule from="^http://localad\.walmart\.com/+"
231-
to="https://weeklyad.walmart.com/walmart/" />
234+
<!-- <rule from="^http://localad\.walmart\.com/+"
235+
to="https://weeklyad.walmart.com/walmart/" /> -->
232236

233237
<rule from="^http://p13n-assets\.walmart\.com/"
234238
to="https://a248.e.akamai.net/f/1697/4479/7/p13n-assets.walmart.com/" />

0 commit comments

Comments
 (0)