|
@@ -410,7 +410,8 @@
|
|
|
<li data-options-label="maxResourceSizeLabel"> <span class="option">Option: maximum size (MB)</span>
|
|
<li data-options-label="maxResourceSizeLabel"> <span class="option">Option: maximum size (MB)</span>
|
|
|
<p>Specify the maximum size of embedded resources in megabytes.</p>
|
|
<p>Specify the maximum size of embedded resources in megabytes.</p>
|
|
|
</li>
|
|
</li>
|
|
|
- <li data-options-label="passReferrerOnErrorLabel"> <span class="option">Option: pass \"Referer\" header on
|
|
|
|
|
|
|
+ <li data-options-label="passReferrerOnErrorLabel"> <span class="option">Option: pass \"Referer\"
|
|
|
|
|
+ header on
|
|
|
cross-origin errors</span>
|
|
cross-origin errors</span>
|
|
|
<p>Check this option to pass the HTTP header "Referer" with the "origin" policy after an 401,
|
|
<p>Check this option to pass the HTTP header "Referer" with the "origin" policy after an 401,
|
|
|
403, or 404 HTTP error when downloading a cross-origin resource. You should enable this
|
|
403, or 404 HTTP error when downloading a cross-origin resource. You should enable this
|
|
@@ -611,6 +612,12 @@
|
|
|
"http://example.com")</li>
|
|
"http://example.com")</li>
|
|
|
<li><code>{url-referrer-flat}</code>: the URI of the page that "linked" to the page with slashed
|
|
<li><code>{url-referrer-flat}</code>: the URI of the page that "linked" to the page with slashed
|
|
|
replaced (e.g. "http_example.com")</li>
|
|
replaced (e.g. "http_example.com")</li>
|
|
|
|
|
+ <li><code>{bookmark-pathname}</code>: the path name of the newly created bookmark with replaced
|
|
|
|
|
+ slashes (e.g. "My Bookmarks_Last Month") when the option "Misc > save the page of a
|
|
|
|
|
+ newly created bookmark" is enabled</li>
|
|
|
|
|
+ <li><code>{bookmark-pathname-flat}</code>: the path name of the newly created bookmark (e.g.
|
|
|
|
|
+ "My Bookmarks/Last Month") when the option "Misc > save the page of a
|
|
|
|
|
+ newly created bookmark" is enabled</li>
|
|
|
<li><code>{tab-id}</code>: the unique identifier of the tab (e.g. "326")</li>
|
|
<li><code>{tab-id}</code>: the unique identifier of the tab (e.g. "326")</li>
|
|
|
<li><code>{tab-index}</code>: the index of the tab in the window (e.g. "1")</li>
|
|
<li><code>{tab-index}</code>: the index of the tab in the window (e.g. "1")</li>
|
|
|
<li><code>{digest-sha-256}</code>: the SHA-256 hash value of the entire page content (e.g.
|
|
<li><code>{digest-sha-256}</code>: the SHA-256 hash value of the entire page content (e.g.
|