Skip to content

Commit

Permalink
prepare for version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
didierfred committed Dec 3, 2018
1 parent 2b80d44 commit 45aa3e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ The parameters button permits to :
- Filter URL per rules : activate the possiblity to filter url for each rules on the config panel, the header field will be modify only if the url contains the configurated value.


## Firefox specific issues
- The rules are active in private window mode but you can't use the configuration window in this mode.
- If you check "never remember history" in firefox settings, the configuration will be lost when firefox exit.
- According to the version of Firefox, the addition of a new header behaves differently. In the latest version, when you choose the "add" action and the header exist, it appends the value, while in the old version, it replaces it. If you want to modify an exiting header, you should use "modify" instead of "add"
## Firefox specific issue
According to the version of Firefox, the addition of a new header behaves differently. In the latest version, when you choose the "add" action and the header exist, it appends the value, while in the old version, it replaces it. If you want to modify an exiting header, you should use "modify" instead of "add"


## License
Expand Down
10 changes: 8 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple Modify headers ",
"manifest_version": 2,
"name": "simple-modify-headers",
"version": "1.6.2",
"version": "1.6.3",
"homepage_url": "https://github.com/didierfred/SimpleModifyHeaders",
"icons": {
"48": "icons/modify-48.png"
Expand All @@ -21,6 +21,12 @@
"default_icon": "icons/modify-32.png",
"default_title": "Simple Modify Headers",
"default_popup": "popup/menu.html"
},

"applications": {
"gecko": {
"id": "{f6ca2dfb-43a6-4334-9fad-8d5a71a1fe67}",
"strict_min_version": "42.0"
}
}

}
Binary file added package/SimpleModifyHeaders-Package v1.6.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion popup/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<em style="font-size:10pt"> * Informations on url pattern can be found <a href="https://developer.chrome.com/extensions/match_patterns" target="_blank"> here.</a> <br> An empty string on the field will select all urls. It's possible to select mutliple url patterns using semicolon(;) separator </em>
</td>
<td style="text-align:right">
<a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.6.2" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a>
<a href="https://github.com/didierfred/SimpleModifyHeaders/tree/v1.6.3" target="_blank"> <span class="glyphicon glyphicon-question-sign"></span> About </a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 45aa3e9

Please sign in to comment.