phpbb-seo / usu

Ultimate phpBB SEO Friendly URL extension
GNU General Public License v2.0
17 stars 12 forks source link

Stop using parse_str to not accidentally decode HTML entities #53

Closed marc1706 closed 3 years ago

marc1706 commented 3 years ago

Fixes #50

Also removed the SEO_STRIP part as that does not make any sense anymore.

Checklist:

Describe the pull request :
Fixes issue #50

ser commented 3 years ago

it should indeed.

marc1706 commented 3 years ago

This fixes the aforementioned issue while keeping the feature to remove the sid and hilit parameters.