Skip to content

Add query string to untrusted #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/RequestUriForOverlayViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function render(): string
{
$uriBuilder = $this->uriBuilder
->reset()
->setAddQueryString(true)
->setAddQueryString('untrusted')
->setArguments([
'tx_maps2_maps2' => [
'mapProviderRequestsAllowedForMaps2' => 1,
Expand Down
5 changes: 5 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
ChangeLog
=========

Version 12.0.3
==============

* Set addQueryString to "untrusted" in RequestUriForOverlay VH

Version 12.0.2
==============

Expand Down
2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
project-issues="https://github.com/jweiland-net/maps2/issues"
edit-on-github-branch="main"
edit-on-github="jweiland/maps2" typo3-core-preferred="stable"/>
<project title="maps2 (Maps2)" release="12.0.2" version="12.0" copyright="since 2013 by jweiland.net"/>
<project title="maps2 (Maps2)" release="12.0.3" version="12.0" copyright="since 2013 by jweiland.net"/>
</guides>
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Maps2',
'description' => 'Create maps with Marker, Area, Routes or Radius based on Google Maps or OpenStreetMap',
'version' => '12.0.2',
'version' => '12.0.3',
'category' => 'plugin',
'state' => 'stable',
'author' => 'Stefan Froemken',
Expand Down