Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jun 2, 2024
1 parent 3ed013e commit 755ccc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3528,6 +3528,10 @@ IMITATING OTHER BROWSERS
<https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language>
for your browser session.

* the tz method, which can change the timezone
<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List>
for your browser session.

This list of methods may grow.

WEBSITES THAT BLOCK AUTOMATION
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2501,6 +2501,7 @@ There are a collection of methods and techniques that may be useful if you would
- the [agent](#agent) method, which if supplied a recognisable [User Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent), will attempt to change other attributes to match the desired browser. This is extremely experimental and feedback is welcome.
- the [geo](#geo) method, which allows the modification of the [Geolocation](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation) reported by the browser, but not the location produced by mapping the external IP address used by the browser (see the [NETWORK ARCHITECTURE](#network-architecture) section for a discussion of different types of proxies that can be used to change your external IP address).
- the [languages](#languages) method, which can change the [requested languages](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language) for your browser session.
- the [tz](#tz) method, which can change the [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) for your browser session.

This list of methods may grow.

Expand Down
2 changes: 2 additions & 0 deletions lib/Firefox/Marionette.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14903,6 +14903,8 @@ There are a collection of methods and techniques that may be useful if you would

=item * the L<languages|/languages> method, which can change the L<requested languages|https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language> for your browser session.

=item * the L<tz|/tz> method, which can change the L<timezone|https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List> for your browser session.

=back

This list of methods may grow.
Expand Down

0 comments on commit 755ccc0

Please sign in to comment.