Instagram "entry_point"
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 65/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Domain
- security
Research direction
Start by locating the Instagram rule in the ClearURLs rules database and review how URL parameters are removed. Apply the issue's supplied entry_point removal rule, then verify against the three example URLs that the parameter is absent.
Written by the indexing model from the issue text.
Description
Instagram adds an unnecessary "entry_point" to their URL links:
*.instagram.com/*?entry_point=
for example:
https://accountscenter.instagram.com/info_and_permissions/off_facebook_activity/?entry_point=ACCOUNTS_CENTER
can be
https://accountscenter.instagram.com/info_and_permissions/off_facebook_activity
,
https://accountscenter.instagram.com/?entry_point=app_settings
can be
https://accountscenter.instagram.com
, and
https://privacycenter.instagram.com/?entry_point=instagram_settings_page
can be
https://privacycenter.instagram.com
Fix:
$removeparam=entry_point
- Dominant language
- JavaScript
- Stars
- 252
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ClearURLs/Rules
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·