Skip to content
Snippets Groups Projects
Commit 45aa3e96 authored by didierfred's avatar didierfred
Browse files

prepare for version 1.6.3

parent 2b80d44d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......@@ -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"
}
}
}
File added
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment